![]() |
Manager Class |
Note: This API is now obsolete.
[CLSCompliantAttribute(false)] [ObsoleteAttribute("Please use Messenger class instead.")] public sealed class Manager
The Manager type exposes the following members.
Name | Description | |
---|---|---|
![]() | DefaultVersion | Default protocol version for operations. |
![]() | MaxRepetitions | Gets or sets the max repetitions for GET BULK operations. |
![]() | Timeout | Timeout value. |
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
![]() | Get(IPAddress, String, IListVariable) | Gets a list of variable binds. |
![]() | Get(IPEndPoint, String, IListVariable) | Gets a list of variable binds. |
![]() | Get(String, String, IListVariable) | Gets a list of variable binds. |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object) |
![]() | GetSingle(IPAddress, String, Variable) | Gets a variable bind. |
![]() | GetSingle(IPEndPoint, String, Variable) | Gets a variable bind. |
![]() | GetSingle(String, String, Variable) | Gets a variable bind. |
![]() | GetTable(IPAddress, String, ObjectIdentifier) | Gets a table of variables. |
![]() | GetTable(IPEndPoint, String, ObjectIdentifier) | Gets a table of variables. |
![]() | GetTable(String, String, ObjectIdentifier) | Gets a table of variables. |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object) |
![]() | Set(IPAddress, String, IListVariable) | Sets a list of variable binds. |
![]() | Set(IPEndPoint, String, IListVariable) | Sets a list of variable binds. |
![]() | Set(String, String, IListVariable) | Sets a list of variable binds. |
![]() | SetSingle(IPAddress, String, Variable) | Sets a variable bind. |
![]() | SetSingle(IPEndPoint, String, Variable) | Sets a variable bind. |
![]() | SetSingle(String, String, Variable) | Sets a variable bind. |
![]() | ToString |
Returns a String that represents this Manager.
(Overrides ObjectToString) |
Name | Description | |
---|---|---|
![]() | GetEnumValueOrDefault |
Gets the enumeration constant for value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
![]() | GetEnumValueOrDefaultT |
Gets the enumeration constant for this value, if defined in the enumeration, or a default value.
(Defined by EnumExtensions) |
Drag this component into your form in designer, or create an instance in code.
Currently only SNMP v1 and v2c operations are supported.