 | ClientSocketIsBusy Property |
Gets a value that indicates whether the Client socket is under busy state or not.
Namespace:
com.gigatms.Parameters
Assembly:
GIGATMS.UHF (in GIGATMS.UHF.dll) Version: 2.6.0.10 (2.6.0.10)
Syntaxpublic bool IsBusy { get; }
Public ReadOnly Property IsBusy As Boolean
Get
Return Value
Type:
Booleantrue if the Client socket is under busy state; otherwise, false.
See Also