PowerSNMP for .NET CF
Manager Class Members
See Also  Fields  Properties  Methods  Events Send comments on this topic.
Dart.Snmp Namespace : Manager Class


The following tables list the members exposed by Manager.

Public Constructors

 NameDescription
public ConstructorManager ConstructorOverloaded.   
Top

Public Fields

 NameDescription
public FieldAuthoritativeEngine Used to store EngineId, EngineTime, and EngineBoot values used for SNMPv3 authentication. (Inherited from Dart.Snmp.SnmpBase)
public FieldDiscoveredEngines Used to cache EngineId, EngineTime, and EngineBoot values that have been previously discovered.  
public FieldEncoding Character encoding used by the component. (Inherited from Dart.Common.ComponentBase)
public FieldLocalEndPoint Used to specify the local address, port, and address family. (Inherited from Dart.Snmp.SnmpBase)
public FieldMib Gets the MibNodes object containing MIB definitions. (Inherited from Dart.Snmp.SnmpBase)
public FieldTag Gets or sets an object that stores any user data. (Inherited from Dart.Common.ComponentBase)
Top

Public Properties

 NameDescription
public PropertyContainer (Inherited from System.ComponentModel.Component)
public PropertySite (Inherited from System.ComponentModel.Component)
public PropertySocket Gets the socket used by the component for communications. (Inherited from Dart.Common.SocketBase)
public PropertySynchronizingObject Gets or sets the object used to marshal data to the UI thread. (Inherited from Dart.Common.ComponentBase)
Top

Protected Properties

Public Methods

 NameDescription
public MethodClose Terminates Agent or Trap operation by releasing communication resources. (Inherited from Dart.Snmp.SnmpBase)
public MethodCreateObjRef (Inherited from System.MarshalByRefObject)
public MethodDisposeOverloaded.  (Inherited from System.ComponentModel.Component)
public MethodGetLifetimeService (Inherited from System.MarshalByRefObject)
public MethodInitializeLifetimeService (Inherited from System.MarshalByRefObject)
public MethodMarshalOverloaded.  Marshals an array of table variables to the UI thread.  
public MethodSend Send a message to the SNMP manager specified. (Inherited from Dart.Snmp.SnmpBase)
public MethodStartOverloaded. Starts a worker thread on which the specified delegate function executes using a passed SlaveThreadStart instance.  
Top

Protected Methods

 NameDescription
protected MethodGetService (Inherited from System.ComponentModel.Component)
protected MethodMemberwiseCloneOverloaded.  (Inherited from System.MarshalByRefObject)
protected MethodOnError Raises the Error event. (Inherited from Dart.Common.ComponentBase)
protected MethodOnMessageCalled on the UI thread when SnmpBase.Marshal is used. (Inherited from Dart.Snmp.SnmpBase)
protected MethodOnTableCalled on the UI thread when Dart.Snmp.Manager.Marshal(System.String,Dart.Snmp.Variable[0:,0:],System.Object) is used.  
protected MethodOnUserState Raises the UserState event. (Inherited from Dart.Common.ComponentBase)
Top

Public Events

 NameDescription
public EventDisposed (Inherited from System.ComponentModel.Component)
public EventErrorRaised when Marshal is called by the user or an unhandled Exception is thrown in a worker thread created using the Start method. (Inherited from Dart.Common.ComponentBase)
public EventMessageThe Message event is raised when SnmpBase.Marshal is used. (Inherited from Dart.Snmp.SnmpBase)
public EventTableThe Table event is raised when Dart.Snmp.Manager.Marshal(System.String,Dart.Snmp.Variable[0:,0:],System.Object) is called.  
public EventUserState Raised when user state information is marshaled. (Inherited from Dart.Common.ComponentBase)
Top

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.