Compartir a través de


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

GetSynchronizationContext()

Retrieves custom synchronization context.

Post(SendOrPostCallback, Object)

Method to override the behaviour of Post to Send

Applies to