Click or drag to resize

BasicThreadPost Method

Dispatches an asynchronous message to a synchronization context.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
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.
See Also