MessengerBulkWalkAsync Method (VersionCode, IPEndPoint, OctetString, ObjectIdentifier, IListVariable, Int32, WalkMode, IPrivacyProvider, ISnmpMessage) |
Note: This API is now obsolete.
Namespace:
Lextm.SharpSnmpLib.Messaging
Assembly:
SharpSnmpLib (in SharpSnmpLib.dll) Version: 12.4.0+601762d0e653a71ebb69af963204dfbfb6c26b74
Syntax [ObsoleteAttribute("Please use other overloading ones.")]
public static Task<int> BulkWalkAsync(
VersionCode version,
IPEndPoint endpoint,
OctetString community,
ObjectIdentifier table,
IList<Variable> list,
int maxRepetitions,
WalkMode mode,
IPrivacyProvider privacy,
ISnmpMessage report
)
<ObsoleteAttribute("Please use other overloading ones.")>
Public Shared Function BulkWalkAsync (
version As VersionCode,
endpoint As IPEndPoint,
community As OctetString,
table As ObjectIdentifier,
list As IList(Of Variable),
maxRepetitions As Integer,
mode As WalkMode,
privacy As IPrivacyProvider,
report As ISnmpMessage
) As Task(Of Integer)
public:
[ObsoleteAttribute(L"Please use other overloading ones.")]
static Task<int>^ BulkWalkAsync(
VersionCode version,
IPEndPoint^ endpoint,
OctetString^ community,
ObjectIdentifier^ table,
IList<Variable^>^ list,
int maxRepetitions,
WalkMode mode,
IPrivacyProvider^ privacy,
ISnmpMessage^ report
)
[<ObsoleteAttribute("Please use other overloading ones.")>]
static member BulkWalkAsync :
version : VersionCode *
endpoint : IPEndPoint *
community : OctetString *
table : ObjectIdentifier *
list : IList<Variable> *
maxRepetitions : int *
mode : WalkMode *
privacy : IPrivacyProvider *
report : ISnmpMessage -> Task<int>
Parameters
- version
- Type: Lextm.SharpSnmpLibVersionCode
- endpoint
- Type: System.NetIPEndPoint
- community
- Type: Lextm.SharpSnmpLibOctetString
- table
- Type: Lextm.SharpSnmpLibObjectIdentifier
- list
- Type: System.Collections.GenericIListVariable
- maxRepetitions
- Type: SystemInt32
- mode
- Type: Lextm.SharpSnmpLib.MessagingWalkMode
- privacy
- Type: Lextm.SharpSnmpLib.SecurityIPrivacyProvider
- report
- Type: Lextm.SharpSnmpLib.MessagingISnmpMessage
Return Value
Type:
TaskInt32See Also