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