PowerSNMP for .NET
Start Method (Manager)




Creates a socket and starts reading asynchronously. The specified user method executes on an IO Completion thread as each Trap1Message, Trap2Message or InformMessage is received.
Overload List
OverloadDescription
Start(NotificationReceived,Object)Creates a socket and starts reading asynchronously. The specified user method executes on an IO Completion thread as each Trap1Message, Trap2Message or InformMessage is received.  
Start(NotificationReceived,IPEndPoint,Boolean,Object)Creates a socket and starts reading asynchronously. The specified user method executes on an IO Completion thread as each Trap1Message, Trap2Message or InformMessage is received.  
Start(NotificationReceived,IPEndPoint,Boolean,Boolean,Object)Creates a socket and starts reading asynchronously. The specified user method executes on an IO Completion thread as each Trap1Message, Trap2Message or InformMessage is received.  
Start(ThreadStart,Object) Starts a worker thread on which the specified user method executes. (Inherited from Dart.Snmp.SnmpBase)
Start(ThreadStart,IPEndPoint,Object) Starts a worker thread on which the specified user method executes. (Inherited from Dart.Snmp.SnmpBase)
Start(ThreadStart,IPEndPoint,Boolean,Object) Starts a worker thread on which the specified user method executes. (Inherited from Dart.Snmp.SnmpBase)
See Also

Reference

Manager Class
Manager Members

6.1.1.2
PowerSNMP for .NET Documentation Version 7.0
© 2023 Dart Communications. All Rights Reserved.
Send comments on this topic