Class ServerDynamicInfoSeqHelper
- Namespace
- IceGrid
- Assembly
- IceGrid.dll
Provides methods to marshal and unmarshal a ServerDynamicInfoSeq.
public sealed class ServerDynamicInfoSeqHelper
- Inheritance
-
ServerDynamicInfoSeqHelper
- Inherited Members
Remarks
The Slice compiler generated this sequence helper class from Slice sequence ::IceGrid::ServerDynamicInfoSeq.
Methods
read(InputStream)
Unmarshals a value from an input stream.
public static ServerDynamicInfo[] read(InputStream istr)
Parameters
istrInputStreamThe input stream.
Returns
- ServerDynamicInfo[]
The unmarshaled value.
write(OutputStream, ServerDynamicInfo[])
Marshals a value into an output stream.
public static void write(OutputStream ostr, ServerDynamicInfo[] v)
Parameters
ostrOutputStreamThe output stream.
vServerDynamicInfo[]The value to marshal.