|
MessengerBulkWalkAsync(VersionCode, IPEndPoint, OctetString, ObjectIdentifier, IListVariable, Int32, WalkMode, IPrivacyProvider, ISnmpMessage) Method
|
Note: This API is now obsolete.
Walks (based on GET BULK).
Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.248-beta
SyntaxGSF.Net.Snmp.Messaging.Messenger.BulkWalkAsync = function(version, endpoint, community, table, list, maxRepetitions, mode, privacy, report);
View SourceParameters
- version VersionCode
- Protocol version.
- endpoint IPEndPoint
- Endpoint.
- community OctetString
- Community name (v2c) or user name (v3).
- table ObjectIdentifier
- OID.
- list IListVariable
- A list to hold the results.
- maxRepetitions Int32
- The max repetitions.
- mode WalkMode
- Walk mode.
- privacy IPrivacyProvider
- The privacy provider.
- report ISnmpMessage
- The report.
Return Value
TaskInt32Returns row count if the OID is a table. Otherwise this value is meaningless.
RemarksThis method only supports SNMP v2c and v3.
See Also