docs.unity.cn
    Show / Hide Table of Contents

    Class CoroutineSynchronizationContext

    Inheritance
    Object
    SynchronizationContext
    CoroutineSynchronizationContext
    Namespace: Unity.Cloud.Collaborate.Tests
    Syntax
    public class CoroutineSynchronizationContext : SynchronizationContext

    Methods

    Exec()

    Declaration
    public void Exec()

    Post(SendOrPostCallback, Object)

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

    Send(SendOrPostCallback, Object)

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

    Extension Methods

    TestHelpers.ShouldBe<T>(T, T, String)
    TestHelpers.ShouldBe(Object, Object, String)
    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Monday, May 23, 2022
    Terms of use