Partager via


WS_OPERATION_CANCEL_CALLBACK fonction de rappel (webservices.h)

Envoie une notification de l’annulation d’un appel d’opération de service asynchrone à la suite d’un arrêt de l’hôte de service abandonné. Ce rappel est appelé par modèle de service.

Syntaxe

WS_OPERATION_CANCEL_CALLBACK WsOperationCancelCallback;

void WsOperationCancelCallback(
  [in] const WS_SERVICE_CANCEL_REASON reason,
  [in] void *state
)
{...}

Paramètres

[in] reason

Spécifie la raison pour laquelle le rappel est appelé.

[in] state

Référence à l’état défini par l’application inscrit avec le rappel.

Valeur de retour

None

Remarques

Pour plus d’informations, consultez WsRegisterOperationForCancel .

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 7 [applications de bureau | Applications UWP]
Serveur minimal pris en charge Windows Server 2008 R2 [applications de bureau | Applications UWP]
Plateforme cible Windows
En-tête webservices.h