Click or drag to resize

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; }

Return Value

Type: String
The MetaServer Process ID of the ServerChannel.
Remarks
If this ServerChannel is not running as a thread of a MetaServer, it returns null.
See Also