ManagerGetTable Method (String, String, ObjectIdentifier) |
Namespace:
Lextm.SharpSnmpLib.Messaging
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public Variable[,] GetTable(
string address,
string community,
ObjectIdentifier table
)
Public Function GetTable (
address As String,
community As String,
table As ObjectIdentifier
) As Variable(,)
public:
array<Variable^,2>^ GetTable(
String^ address,
String^ community,
ObjectIdentifier^ table
)
member GetTable :
address : string *
community : string *
table : ObjectIdentifier -> Variable[,]
Parameters
- address
- Type: SystemString
- community
- Type: SystemString
- table
- Type: Lextm.SharpSnmpLibObjectIdentifier
Return Value
Type:
VariableSee Also