Table of Contents

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

istr InputStream

The 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

ostr OutputStream

The output stream.

v ServerDynamicInfo[]

The value to marshal.