AvaloniaSynchronizationContextPost Method

When overridden in a derived class, dispatches an asynchronous message to a synchronization context.

Definition

Namespace: Avalonia.Threading
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override void Post(
	SendOrPostCallback d,
	Object? state
)

Parameters

d  SendOrPostCallback
The SendOrPostCallback delegate to call.
state  Object
The object passed to the delegate.

See Also