Click or drag to resize

ClientSocket.IsBusy 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.17.1.0 (2.17.1.0)
Syntax
public bool IsBusy { get; }

Return Value

Type: Boolean
true if the Client socket is under busy state; otherwise, false.
See Also