Dart.Snmp Namespace > Manager Class > Marshal Method : Marshal(String,VariableList,String,Object) Method |
Public Overloads Sub Marshal( _ ByVal oid As String, _ ByVal variables As VariableList, _ ByVal message As String, _ ByVal state As Object _ )
Dim instance As Manager Dim oid As String Dim variables As VariableList Dim message As String Dim state As Object instance.Marshal(oid, variables, message, state)
This method can be used to marshal a subtree of variables from a worker thread to the UI thread for typical display purposes. Calls the OnWalk method, which raises the Walk event.
See the SynchronizingObject property for information on updating UI controls in your event handler.