Marshals a list of variables to the UI thread.
            
            
            Overload List
| Overload | Description | 
|---|
| Marshal(String,VariableList,String,Object) | Marshals a list of variables to the UI thread. | 
| Marshal(String,Variable[,],String,Object) | Marshals an array of table variables to the UI thread. | 
| Marshal(MessageBase[],String,Object) | Marshals SNMP messages to the UI thread.
             (Inherited from Dart.Snmp.SnmpBase) | 
| Marshal(String,Object) | Marshals a string and/or object to the UI thread and raises the UserState event.
             (Inherited from Dart.Snmp.ComponentBase) | 
| Marshal(Exception) | Marshals an exception to the UI thread and raises the Error event.
             (Inherited from Dart.Snmp.ComponentBase) | 
See Also