Click or drag to resize

Manager Class

Note: This API is now obsolete.

SNMP manager component that provides SNMP operations.
Inheritance Hierarchy
SystemObject
  GSF.Net.Snmp.MessagingManager

Namespace: GSF.Net.Snmp.Messaging
Assembly: GSF.Net (in GSF.Net.dll) Version: 2.4.181-beta
Syntax
[CLSCompliantAttribute(false)]
[ObsoleteAttribute("Please use Messenger class instead.")]
public sealed class Manager
View Source

The Manager type exposes the following members.

Constructors
 NameDescription
Public methodManager Initializes a new instance of the Manager class.
Top
Properties
 NameDescription
Public propertyDefaultVersion Default protocol version for operations.
Public propertyMaxRepetitions Gets or sets the max repetitions for GET BULK operations.
Public propertyTimeout Timeout value.
Top
Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodGet(IPAddress, String, IListVariable) Gets a list of variable binds.
Public methodGet(IPEndPoint, String, IListVariable) Gets a list of variable binds.
Public methodGet(String, String, IListVariable) Gets a list of variable binds.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetSingle(IPAddress, String, Variable) Gets a variable bind.
Public methodGetSingle(IPEndPoint, String, Variable) Gets a variable bind.
Public methodGetSingle(String, String, Variable) Gets a variable bind.
Public methodGetTable(IPAddress, String, ObjectIdentifier) Gets a table of variables.
Public methodGetTable(IPEndPoint, String, ObjectIdentifier) Gets a table of variables.
Public methodGetTable(String, String, ObjectIdentifier) Gets a table of variables.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodSet(IPAddress, String, IListVariable) Sets a list of variable binds.
Public methodSet(IPEndPoint, String, IListVariable) Sets a list of variable binds.
Public methodSet(String, String, IListVariable) Sets a list of variable binds.
Public methodSetSingle(IPAddress, String, Variable) Sets a variable bind.
Public methodSetSingle(IPEndPoint, String, Variable) Sets a variable bind.
Public methodSetSingle(String, String, Variable) Sets a variable bind.
Public methodToString Returns a String that represents this Manager.
(Overrides ObjectToString)
Top
Extension Methods
 NameDescription
Public Extension MethodGetEnumValueOrDefault Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Public Extension MethodGetEnumValueOrDefaultT Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions)
Top
Remarks

Drag this component into your form in designer, or create an instance in code.

Currently only SNMP v1 and v2c operations are supported.

See Also