CustomSyncContext Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the custom synchronization context.
public ref class CustomSyncContext : System::Threading::SynchronizationContext
public class CustomSyncContext : System.Threading.SynchronizationContext
type CustomSyncContext = class
inherit SynchronizationContext
Public Class CustomSyncContext
Inherits SynchronizationContext
- Inheritance
-
CustomSyncContext
Methods
GetSynchronizationContext() |
Retrieves custom synchronization context. |
Post(SendOrPostCallback, Object) |
Method to override the behaviour of Post to Send |