EasyUA Reference
UaClient Constructor
See Also  Send Feedback
EasyUA Assembly > Advosol.EasyUA Namespace > UaClient Class : UaClient Constructor

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).

Glossary Item Box

Constructor.

Syntax

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).

Requirements

Target Platforms: Windows 7/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.