Click or drag to resize

BasicThreadSend Method

Dispatches a synchronous message to a synchronization context.

Namespace: WinWrap.Basic.Server
Assembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntax
public override void Send(
	SendOrPostCallback d,
	Object state
)

Parameters

d  SendOrPostCallback
The SendOrPostCallback delegate to call.
state  Object
The object passed to the delegate.
Remarks
The Send method starts a synchronous request to send a message.
See Also