Table of Contents

Class GodotSynchronizationContext

Namespace
Godot
Assembly
GodotSharp.dll
public sealed class GodotSynchronizationContext : SynchronizationContext, IDisposable
Inheritance
GodotSynchronizationContext
Implements
Inherited Members

Constructors

GodotSynchronizationContext()

public GodotSynchronizationContext()

Methods

Dispose()

public void Dispose()

ExecutePendingContinuations()

Calls the Key method on each workItem object in the _queue to activate their callbacks.

public void ExecutePendingContinuations()

Post(SendOrPostCallback, object)

public override void Post(SendOrPostCallback d, object state)

Parameters

d SendOrPostCallback
state object

Send(SendOrPostCallback, object)

public override void Send(SendOrPostCallback d, object state)

Parameters

d SendOrPostCallback
state object