Click or drag to resize

SnmpMessageExtensionGetResponseAsync Method

Overload List
 NameDescription
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, Socket) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, CancellationToken) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry, Socket) Sends an ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry, CancellationToken) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, Socket, CancellationToken) Sends this ISnmpMessage and handles the response from agent.
Public Extension MethodGetResponseAsync(ISnmpMessage, IPEndPoint, UserRegistry, Socket, CancellationToken) Sends an ISnmpMessage and handles the response from agent.
Top
See Also