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.16.9.0 (2.16.9.0)
Syntaxpublic bool IsBusy { get; }
Public ReadOnly Property IsBusy As Boolean
Get
public:
property bool IsBusy {
bool get ();
}
Return Value
Type:
Booleantrue if the Client socket is under busy state; otherwise, false.
See Also