Callback used to pass result of an async SNMP operation back to the caller.
Namespace: SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.9.1.0 (0.9.1)
Syntax
| C# |
|---|
public delegate void SnmpAsyncResponse( AsyncRequestResult result, SnmpPacket packet ) |
| Visual Basic |
|---|
Public Delegate Sub SnmpAsyncResponse ( _ result As AsyncRequestResult, _ packet As SnmpPacket _ ) |
| Visual C++ |
|---|
public delegate void SnmpAsyncResponse( AsyncRequestResult result, SnmpPacket^ packet ) |
Parameters
- result
- Type: SnmpSharpNet..::..AsyncRequestResult
Result code of the operation.
- packet
- Type: SnmpSharpNet..::..SnmpPacket
SNMP packet received