Note: This API is now obsolete.
Namespace:
Lextm.SharpSnmpLib.Messaging
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax [ObsoleteAttribute("This method only works for a few scenarios. Might be replaced by new methods in the future. If it does not work for you, parse WALK result on your own.")]
public static Variable[,] GetTable(
VersionCode version,
IPEndPoint endpoint,
OctetString community,
ObjectIdentifier table,
int timeout,
int maxRepetitions
)
<ObsoleteAttribute("This method only works for a few scenarios. Might be replaced by new methods in the future. If it does not work for you, parse WALK result on your own.")>
Public Shared Function GetTable (
version As VersionCode,
endpoint As IPEndPoint,
community As OctetString,
table As ObjectIdentifier,
timeout As Integer,
maxRepetitions As Integer
) As Variable(,)
public:
[ObsoleteAttribute(L"This method only works for a few scenarios. Might be replaced by new methods in the future. If it does not work for you, parse WALK result on your own.")]
static array<Variable^,2>^ GetTable(
VersionCode version,
IPEndPoint^ endpoint,
OctetString^ community,
ObjectIdentifier^ table,
int timeout,
int maxRepetitions
)
[<ObsoleteAttribute("This method only works for a few scenarios. Might be replaced by new methods in the future. If it does not work for you, parse WALK result on your own.")>]
static member GetTable :
version : VersionCode *
endpoint : IPEndPoint *
community : OctetString *
table : ObjectIdentifier *
timeout : int *
maxRepetitions : int -> Variable[,]
Parameters
- version
- Type: Lextm.SharpSnmpLibVersionCode
- endpoint
- Type: System.NetIPEndPoint
- community
- Type: Lextm.SharpSnmpLibOctetString
- table
- Type: Lextm.SharpSnmpLibObjectIdentifier
- timeout
- Type: SystemInt32
- maxRepetitions
- Type: SystemInt32
Return Value
Type:
VariableSee Also