SnmpSource Help

AsyncProcesses Delegate

The asynchronized event will be raised when an asynchronized snmp request returns value.

public delegate void AsyncProcesses(
   SnmpErrorStatus ErrorCode,
   SnmpPdu s,
   EndPoint SendToRemoteAddress,
   EndPoint RecvFromRemoteAddress
);

Requirements

Namespace: SnmpSource

Assembly: SnmpSource (in SnmpSource.dll)

See Also

SnmpSource Namespace