Post 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)
- C#
- VB
- F#
public override void Post(
SendOrPostCallback d,
Object? state
)
Public Overrides Sub Post (
d As SendOrPostCallback,
state As Object
)
abstract Post :
d : SendOrPostCallback *
state : Object -> unit
override Post :
d : SendOrPostCallback *
state : Object -> unit
Parameters
- SendOrPostCallback
- The SendOrPostCallback delegate to call.
- Object
- The object passed to the delegate.
See Also
Reference
AvaloniaSynchronizationContext Class
Avalonia.Threading Namespace