Send()

SynchronizationContext::Send(SendOrPostCallback, SharedPtr<Object>) method

Runs callback synchronously.

virtual void System::Threading::SynchronizationContext::Send(SendOrPostCallback d, SharedPtr<Object> state)

Arguments

ParameterTypeDescription
dSendOrPostCallbackCallback to execute.
stateSharedPtr<Object>Object to pass as callback argument.

Remarks

Unimplemented.

See Also