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
Fields
hostname
The network name of the host running this registry.
public string hostname
Field Value
name
The name of the registry.
public string name
Field Value
Methods
ice_read(InputStream)
Unmarshals a value from an input stream.
public static RegistryInfo ice_read(InputStream istr)
Parameters
istr
InputStreamThe 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
OutputStreamThe output stream.
v
RegistryInfoThe value to marshal.