Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the delivery mode used in a WS-Eventing Subscribe message.
Syntax
typedef struct _WSD_EVENTING_DELIVERY_MODE {
const WCHAR *Mode;
WSD_EVENTING_DELIVERY_MODE_PUSH *Push;
void *Data;
} WSD_EVENTING_DELIVERY_MODE;
Members
Mode
Specifies the delivery mode for event delivery.
| Value | Meaning |
|---|---|
|
Push mode delivery is used. |
Push
Data
A reference to the endpoint used for event delivery.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | wsdtypes.h (include Wsdapi.h) |