structure WS_SERVICE_PROPERTY_CLOSE_CALLBACK (webservices.h)
Spécifie le rappel appelé lorsqu’un canal est sur le point d’être fermé. Pour plus d’informations, consultez WS_SERVICE_CLOSE_CHANNEL_CALLBACK .
Syntaxe
typedef struct _WS_SERVICE_PROPERTY_CLOSE_CALLBACK {
WS_SERVICE_CLOSE_CHANNEL_CALLBACK callback;
} WS_SERVICE_PROPERTY_CLOSE_CALLBACK;
Membres
callback
Référence de la fonction de rappel de canal de fermeture.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 7 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2008 R2 [applications de bureau uniquement] |
En-tête | webservices.h |