Click or drag to resize

Manager Class

Note: This API is now obsolete.

Inheritance Hierarchy
SystemObject
  Lextm.SharpSnmpLib.MessagingManager

Namespace:  Lextm.SharpSnmpLib.Messaging
Assembly:  SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax
[ObsoleteAttribute("Please use Messenger class instead.")]
public sealed class Manager

The Manager type exposes the following members.

Constructors
  NameDescription
Public methodManager
Initializes a new instance of the Manager class
Top
Properties
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGet(IPAddress, String, IListVariable)
Public methodGet(IPEndPoint, String, IListVariable)
Public methodGet(String, String, IListVariable)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetSingle(IPAddress, String, Variable)
Public methodGetSingle(IPEndPoint, String, Variable)
Public methodGetSingle(String, String, Variable)
Public methodGetTable(IPAddress, String, ObjectIdentifier)
Public methodGetTable(IPEndPoint, String, ObjectIdentifier)
Public methodGetTable(String, String, ObjectIdentifier)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSet(IPAddress, String, IListVariable)
Public methodSet(IPEndPoint, String, IListVariable)
Public methodSet(String, String, IListVariable)
Public methodSetSingle(IPAddress, String, Variable)
Public methodSetSingle(IPEndPoint, String, Variable)
Public methodSetSingle(String, String, Variable)
Public methodToString (Overrides ObjectToString.)
Top
See Also