Dart.Snmp Namespace > SnmpSocket Class > Walk Method : Walk(String,SnmpVersion,String,Security,IPEndPoint,Int32,Int32) Method |
Public Overloads Function Walk( _ ByVal rootOid As String, _ ByVal version As SnmpVersion, _ ByVal community As String, _ ByVal security As Security, _ ByVal agentEP As IPEndPoint, _ ByVal retries As Integer, _ ByVal maxRepetitions As Integer _ ) As VariableList
Dim instance As SnmpSocket Dim rootOid As String Dim version As SnmpVersion Dim community As String Dim security As Security Dim agentEP As IPEndPoint Dim retries As Integer Dim maxRepetitions As Integer Dim value As VariableList value = instance.Walk(rootOid, version, community, security, agentEP, retries, maxRepetitions)
public VariableList Walk( string rootOid, SnmpVersion version, string community, Security security, IPEndPoint agentEP, int retries, int maxRepetitions )
public: VariableList* Walk( string* rootOid, SnmpVersion version, string* community, Security* security, IPEndPoint* agentEP, int retries, int maxRepetitions )
public: VariableList^ Walk( String^ rootOid, SnmpVersion version, String^ community, Security^ security, IPEndPoint^ agentEP, int retries, int maxRepetitions )
This method walks the MIB by sending one or more GetBulkMessage requests until the table is complete. Returns after the complete subtree has been retrieved or any single request exceeds the value of the Socket.ReceiveTimeout property. If retries is greater than 0, each retry must timeout before a timeout exception occurs. The time required to complete this request is a function of the number of available instance Id's (IID's) under the root oid.