CustomSyncContext Class

Definition

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

Name Description
GetSynchronizationContext()

Retrieves custom synchronization context.

Post(SendOrPostCallback, Object)

Method to override the behaviour of Post to Send

Applies to