Méthode System::Threading::SynchronizationContext::Post

SynchronizationContext::Post method

Exécute le callback de manière asynchrone.

virtual void System::Threading::SynchronizationContext::Post(SendOrPostCallback d, SharedPtr<Object> state)
ParamètreTypeDescription
dSendOrPostCallbackRappel à exécuter.
stateSharedPtr<Object>Object à passer comme argument du rappel.

Voir aussi