Internal event to send result of the async request to.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.5.2.0 (0.5.2.0)
Syntax
| C# |
|---|
protected event SnmpAsyncResponse _response |
| Visual Basic (Declaration) |
|---|
Protected Event _response As SnmpAsyncResponse |
| Visual C++ |
|---|
protected: event SnmpAsyncResponse^ _response { void add (SnmpAsyncResponse^ value); void remove (SnmpAsyncResponse^ value); } |