Class ForegroundSynchronizationContext
Synchronization context that uses ForegroundTaskScheduler.
Inherited Members
Namespace: Evergine.Framework.Threading
Assembly: Evergine.Framework.dll
Syntax
public class ForegroundSynchronizationContext : SynchronizationContext
Methods
Post(SendOrPostCallback, object)
Declaration
public override void Post(SendOrPostCallback d, object state)
Parameters
| Type | Name | Description |
|---|---|---|
| SendOrPostCallback | d | |
| object | state |
Overrides
Send(SendOrPostCallback, object)
Declaration
public override void Send(SendOrPostCallback d, object state)
Parameters
| Type | Name | Description |
|---|---|---|
| SendOrPostCallback | d | |
| object | state |