Constructor that allows a chained callback for additional processing

Namespace: SynergyClientAPI.Waits
Assembly: SynergyClientAPI (in SynergyClientAPI.dll)

Public Sub New( _ 
ByVal parent As IWin32Window, _ 
ByVal chained_callback As OperationCallback
)
This language is not supported or no code example is available.
public UIWait( 
IWin32Window parent
OperationCallback chained_callback 
)
This language is not supported or no code example is available.
public:  
UIWait( 
IWin32Window^ parent
OperationCallback^ chained_callback 
)
This language is not supported or no code example is available.
public function UIWait( 
parent : IWin32Window
chained_callback : OperationCallback 
);
This language is not supported or no code example is available.

Parameters

parent
Type: IWin32Window

the parent window for the UI element

chained_callback
Type: OperationCallback

a chained callback

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1