Callback used to pass result of an async SNMP operation back to the caller.
Namespace:
SnmpSharpNetAssembly: SnmpSharpNet (in SnmpSharpNet.dll) Version: 0.6.0.0 (0.6.0.0)
Syntax
| C# |
|---|
public delegate void SnmpAsyncResponse( AsyncRequestResult result, SnmpPacket packet ) |
| Visual Basic (Declaration) |
|---|
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