Click or drag to resize

MessengerGetTable Method

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
)

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: Variable
See Also