Table of Contents

Method Post

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Post(SendOrPostCallback, object?)

Dispatches an asynchronous message to a synchronization context.

public override void Post(SendOrPostCallback d, object? state)

Parameters

d SendOrPostCallback

The SendOrPostCallback delegate to call.

state object

The object passed to the delegate.

Remarks

The Post method starts an asynchronous request to post a message.