Pop3.IsBusy Property
Namespace: Rebex.Net
Assembly: Rebex.Pop3.dll (version 7.0.9083)
IsBusy
Gets a value indicating whether there any operation (method) in progress.
Declaration
public bool IsBusy { get; }
Property Value
Type | Description |
---|---|
Boolean | True if there is any operation in progress; false otherwise. |