A synchronization context which allows you to run code in the system thread.
Namespace:
RightEdge.CommonAssembly: Common (in Common.dll) Version: 2010.1.0.0 (2010.1.0.0)
Syntax
| C# |
|---|
public SynchronizationContext SynchronizationContext { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property SynchronizationContext As SynchronizationContext |
| Visual C++ |
|---|
public: property SynchronizationContext^ SynchronizationContext { SynchronizationContext^ get (); } |