Dart.Snmp Namespace > Manager Class : Start Method |
Overload | Description |
---|---|
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) |