ServerChannelMetaServerPID Property |
Returns the MetaServer Process ID of the ServerChannel.
Namespace:
OBCOM.NetClient
Assembly:
OBCOM.NetClient (in OBCOM.NetClient.dll) Version: 40.82.5945.17884 (40.82.5945.17884)
Syntax public string MetaServerPID { get; }
Public ReadOnly Property MetaServerPID As String
Get
Return Value
Type:
StringThe MetaServer Process ID of the ServerChannel.
Remarks
If this ServerChannel is not running as a thread of a MetaServer, it
returns null.
See Also