SyncContext Property

Summary

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

Syntax
C#
VB
C++
public SynchronizationContext SyncContext { get; } 
  
Public ReadOnly Property SyncContext As SynchronizationContext 
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

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

Leadtools.Medical.Workstation Assembly