Click or drag to resize

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)
Syntax
public bool IsBusy { get; }

Return Value

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