LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

SyncContext Property

Show in webframe






Gets the System.Threading.SynchronizationContext that allows the command to interact with the UI thread.
Syntax
public SynchronizationContext SyncContext {get;}
'Declaration
 
Public ReadOnly Property SyncContext As SynchronizationContext
'Usage
 
Dim instance As Load3DVolumeAsyncCommandBase
Dim value As SynchronizationContext
 
value = instance.SyncContext

            

            
public: __property SynchronizationContext* get_SyncContext();
public:
property SynchronizationContext* SyncContext {
   SynchronizationContext* get();
}

Property Value

The System.Threading.SynchronizationContext that allows the command to interact with the UI thread.
Requirements

Target Platforms

See Also

Reference

Load3DVolumeAsyncCommandBase Class
Load3DVolumeAsyncCommandBase Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.