Dart SNMP Library 4.0
WalkResponse Event
VariableList of the variables contained in the response(s).
The object passed into the userState parameter of Walk.
COM error code.
Human readable description of the error.
Description
Raised when a MIB walk is finished or an error occurs.
Syntax
Visual Basic
Public Event WalkResponse( _
   ByVal varList As VariableList, _
   ByVal userState As Variant, _
   ByVal errorCode As Long, _
   ByVal errorDescription As String _
)
Parameters
varList
VariableList of the variables contained in the response(s).
userState
The object passed into the userState parameter of Walk.
errorCode
COM error code.
errorDescription
Human readable description of the error.
Remarks
Used when Walk specifies theadingAsync as the threading model. In that case the UI thread does not block waiting for the response(s) and this event is used to provide the result.
See Also

Manager Object  | Manager Members


PowerSNMP for ActiveX Documentation Version 4.0
© 2018 Dart Communications. All Rights Reserved.
Send comments on this topic