Class 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
Send(SendOrPostCallback, Object)
Declaration
public override void Send(SendOrPostCallback callback, object state)
Parameters
| Type | Name | Description |
|---|---|---|
| SendOrPostCallback | callback | |
| Object | state |