| Overload | Description | 
|---|---|
| WriteNode(Object) | Writes all designated model members of the given node to the OPC-UA server. | 
| WriteNode(Object,String) | Writes model members of the given node that are tagged with the given tag to the OPC-UA server. | 
| WriteNode(Object,Predicate<IEnumerable<String>>) | Writes model members of the given node whose tags satisfy the given predicate to the OPC-UA server. |