SynchronizedInvoke Method

Summary
Executes the delegate on the same thread as the control.
Syntax
C#
VB
C++
public static void SynchronizedInvoke( 
   Control control, 
   MethodInvoker del 
) 
  
Public Shared Sub SynchronizedInvoke( _ 
   ByVal control As Control, _ 
   ByVal del As MethodInvoker _ 
)  
public: 
static void SynchronizedInvoke(  
   Control^ control, 
   MethodInvoker^ del 
)  

Parameters

control
The control to provide the thread of execution..

del
The delegate to execute on the control thread.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.