docs.unity.cn
    Show / Hide Table of Contents

    Class CoroutineSynchronizationContext

    Inheritance
    Object
    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

    Send(SendOrPostCallback, Object)

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

    Extension Methods

    TestHelpers.ShouldBe<T>(T, T, String)
    TestHelpers.ShouldBe(Object, Object, String)
    Back to top Copyright © 2020 Unity Technologies
    Generated by DocFX
    on Monday, July 12, 2021