| ServerChannelIsServerThread Property |
Gets a value that indicates if running in the server thread.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public bool IsServerThread { get; }
Public ReadOnly Property IsServerThread As Boolean
Get
Property Value
Type:
Booleantrue if running in the server thread; otherwise,
false.
See Also