| ServerChannelIsExecuting Property |
Gets a value that indicates if this channel is executing.
Namespace:
OBCOM.NetSwitchLib.Servers
Assembly:
OBCOM.NetSwitchLib (in OBCOM.NetSwitchLib.dll) Version: 1.48.7760.35650 (1.48.7760.35650)
Syntax public bool IsExecuting { get; }
Public ReadOnly Property IsExecuting As Boolean
Get
Property Value
Type:
Booleantrue if this channel is executing; otherwise,
false.
See Also