←Select platform

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Dicom.AddIn Assembly
Click or drag to resize