ClientEndPoint RemoteInstance Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Returns a reference to remote instance or null if service is stateless(no instance created)

Namespace: NFX.Glue
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public Nullable<Guid> RemoteInstance { get; }

Property Value

Type: OnlineNullable OnlineGuid 
See Also