[This is preliminary documentation and is subject to change.]
If server is stateful then this property contains remote instance ID
Namespace: NFX.Glue.ProtocolAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public Nullable<Guid> RemoteInstance { get; }
public Nullable<Guid> RemoteInstance { get; }
Public ReadOnly Property RemoteInstance As Nullable(Of Guid)
Get
Public ReadOnly Property RemoteInstance As Nullable(Of Guid)
Get
public:
property Nullable<Guid> RemoteInstance {
Nullable<Guid> get ();
}
public:
property Nullable<Guid> RemoteInstance {
Nullable<Guid> get ();
}
member RemoteInstance : Nullable<Guid> with get
member RemoteInstance : Nullable<Guid> with get
Property Value
Type:
Nullable
Guid