SnmpSource Help

SnmpSession.AsyncRequest Method (String, Int32, SnmpPdu)

Asynchronize snmp request.

public void AsyncRequest(
   string remoteipaddress,
   int remoteport,
   SnmpPdu r1
);

Parameters

remoteipaddress
The remote ip address of the snmp request will be sent to.
remoteport
The remote port of this snmp request will be sent to.
r1
SnmpPdu

See Also

SnmpSession Class | SnmpSource Namespace | SnmpSession.AsyncRequest Overload List