SnmpSource Help

SnmpSession.AsyncRequest Method (String, SnmpPdu)

Asynchronize snmp request. The default port is 161.

public void AsyncRequest(
   string remoteipaddress,
   SnmpPdu r1
);

Parameters

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

See Also

SnmpSession Class | SnmpSource Namespace | SnmpSession.AsyncRequest Overload List