WS_SERVICE_CANCEL_REASON enumeration (webservices.h)
The reasons for a cancellation.
Syntax
typedef enum {
WS_SERVICE_HOST_ABORT = 0,
WS_SERVICE_CHANNEL_FAULTED = 1
} WS_SERVICE_CANCEL_REASON;
Constants
WS_SERVICE_HOST_ABORTValue: 0 A service host is going through an abort. |
WS_SERVICE_CHANNEL_FAULTEDValue: 1 The underlying channel faulted. |
Requirements
| Minimum supported client | Windows 7 [desktop apps | UWP apps] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
| Header | webservices.h |