Click or drag to resize

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

Property Value

Type: Boolean
true if this channel is executing; otherwise, false.
See Also