Table of Contents

Class RegistryInfo

Namespace
IceGrid
Assembly
IceGrid.dll

Information about an IceGrid registry replica.

public sealed record RegistryInfo : IEquatable<RegistryInfo>
Inheritance
RegistryInfo
Implements
Inherited Members

Remarks

The Slice compiler generated this record class from Slice struct ::IceGrid::RegistryInfo.

Constructors

RegistryInfo()

Initializes a new instance of the RegistryInfo class.

public RegistryInfo()

RegistryInfo(InputStream)

Initializes a new instance of the RegistryInfo class from an input stream.

public RegistryInfo(InputStream istr)

Parameters

istr InputStream

RegistryInfo(string, string)

Initializes a new instance of the RegistryInfo class.

public RegistryInfo(string name, string hostname)

Parameters

name string
hostname string

Fields

hostname

The network name of the host running this registry.

public string hostname

Field Value

string

name

The name of the registry.

public string name

Field Value

string

Methods

ice_read(InputStream)

Unmarshals a value from an input stream.

public static RegistryInfo ice_read(InputStream istr)

Parameters

istr InputStream

The input stream.

Returns

RegistryInfo

The unmarshaled value.

ice_write(OutputStream, RegistryInfo)

Marshals a value into an output stream.

public static void ice_write(OutputStream ostr, RegistryInfo v)

Parameters

ostr OutputStream

The output stream.

v RegistryInfo

The value to marshal.