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 20.0.2020.5.27
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly