AvaloniaSynchronizationContextSend Method
When overridden in a derived class, dispatches a synchronous message to a synchronization context.
Namespace: Avalonia.ThreadingAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override void Send(
SendOrPostCallback d,
Object? state
)
Public Overrides Sub Send (
d As SendOrPostCallback,
state As Object
)
abstract Send :
d : SendOrPostCallback *
state : Object -> unit
override Send :
d : SendOrPostCallback *
state : Object -> unit
Parameters
- d SendOrPostCallback
- The SendOrPostCallback delegate to call.
- state Object
- The object passed to the delegate.