MessengerWalkAsync Method |
Namespace:
Lextm.SharpSnmpLib.Messaging
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax public static Task<int> WalkAsync(
VersionCode version,
IPEndPoint endpoint,
OctetString community,
ObjectIdentifier table,
IList<Variable> list,
WalkMode mode
)
Public Shared Function WalkAsync (
version As VersionCode,
endpoint As IPEndPoint,
community As OctetString,
table As ObjectIdentifier,
list As IList(Of Variable),
mode As WalkMode
) As Task(Of Integer)
public:
static Task<int>^ WalkAsync(
VersionCode version,
IPEndPoint^ endpoint,
OctetString^ community,
ObjectIdentifier^ table,
IList<Variable^>^ list,
WalkMode mode
)
static member WalkAsync :
version : VersionCode *
endpoint : IPEndPoint *
community : OctetString *
table : ObjectIdentifier *
list : IList<Variable> *
mode : WalkMode -> Task<int>
Parameters
- version
- Type: Lextm.SharpSnmpLibVersionCode
- endpoint
- Type: System.NetIPEndPoint
- community
- Type: Lextm.SharpSnmpLibOctetString
- table
- Type: Lextm.SharpSnmpLibObjectIdentifier
- list
- Type: System.Collections.GenericIListVariable
- mode
- Type: Lextm.SharpSnmpLib.MessagingWalkMode
Return Value
Type:
TaskInt32See Also