WinFormsSynchronizationProvider Class Members
 
            
                In This Topic
            
            The following tables list the members exposed by 
WinFormsSynchronizationProvider.
 
            
            
Public Constructors
Public Properties
|   | Name | Description | 
  | InvokeRequired  | Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. | 
 
Public Methods
|   | Name | Description | 
  | BeginInvoke  | Executes a delegate asynchronously on the thread that the control's underlying handle was created on. | 
  | Invoke  | Executes a delegate on the thread that owns the control's underlying window handle. | 
 
See Also