| Visual Basic (Usage) | Copy Code |
|---|---|
Dim eventSynchronizationObject As Object Dim instance As New UaClient(eventSynchronizationObject) | |
| C# | |
|---|---|
public UaClient( object eventSynchronizationObject ) | |
Parameters
- eventSynchronizationObject
- Null or a Windows Forms/WPF object.
If an object is specified then callbacks are synchronized with Windows so that the application callback handler can access Windows controls (e.g. to display data).
Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x