UniTask
Show / Hide Table of Contents

UniTaskSynchronizationContext Class

Namespace: Cysharp.Threading.Tasks
Assembly: cs.temp.dll.dll
public class UniTaskSynchronizationContext : SynchronizationContext
Inheritance
System.Object → System.Threading.SynchronizationContext → UniTaskSynchronizationContext

Members

Methods

Name Description
CreateCopy()
OperationCompleted()
OperationStarted()
Post(SendOrPostCallback, Object)
Send(SendOrPostCallback, Object)

Methods

CreateCopy()

public override SynchronizationContext CreateCopy()
Returns
System.Threading.SynchronizationContext
Overrides
System.Threading.SynchronizationContext.CreateCopy()

OperationCompleted()

public override void OperationCompleted()
Overrides
System.Threading.SynchronizationContext.OperationCompleted()

OperationStarted()

public override void OperationStarted()
Overrides
System.Threading.SynchronizationContext.OperationStarted()

Post(SendOrPostCallback, Object)

public override void Post(SendOrPostCallback d, object state)
Parameters
d System.Threading.SendOrPostCallback
state System.Object
Overrides
System.Threading.SynchronizationContext.Post(System.Threading.SendOrPostCallback, System.Object)

Send(SendOrPostCallback, Object)

public override void Send(SendOrPostCallback d, object state)
Parameters
d System.Threading.SendOrPostCallback
state System.Object
Overrides
System.Threading.SynchronizationContext.Send(System.Threading.SendOrPostCallback, System.Object)
Back to top Copyright © Cysharp, Inc. | Generated by DocFX