Dispatches a synchronous message to a synchronization context.
Namespace: WinWrap.Basic.ServerAssembly: WinWrap.Basic.Server (in WinWrap.Basic.Server.dll)
Syntaxpublic override void Send(
SendOrPostCallback d,
Object state
)
Public Overrides Sub Send (
d As SendOrPostCallback,
state As Object
)
public:
virtual void Send(
SendOrPostCallback^ d,
Object^ state
) override
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