Search Results for

    Show / Hide Table of Contents

    Class ForegroundSynchronizationContext

    Synchronization context that uses ForegroundTaskScheduler.

    Inheritance
    object
    SynchronizationContext
    ForegroundSynchronizationContext
    Namespace: Evergine.Framework.Threading
    Assembly: Evergine.Framework.dll
    Syntax
    public class ForegroundSynchronizationContext : SynchronizationContext

    Methods

    Post(SendOrPostCallback, object)

    Declaration
    public override void Post(SendOrPostCallback d, object state)
    Parameters
    Type Name Description
    SendOrPostCallback d
    object state
    Overrides
    SynchronizationContext.Post(SendOrPostCallback, object)

    Send(SendOrPostCallback, object)

    Declaration
    public override void Send(SendOrPostCallback d, object state)
    Parameters
    Type Name Description
    SendOrPostCallback d
    object state
    Overrides
    SynchronizationContext.Send(SendOrPostCallback, object)

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX