Is class busy. This property is true when class is servicing another request, false if ready to process a new request.

Namespace:  SnmpSharpNet
Assembly:  SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool IsBusy { get; }
Public ReadOnly Property IsBusy As Boolean
public:
property bool IsBusy {
	bool get ();
}

See Also