REQUESTBODY_Subscribe structure (wsdtypes.h)
Represents a WS-Eventing Subscribe request message.
Syntax
typedef struct {
WSD_ENDPOINT_REFERENCE *EndTo;
WSD_EVENTING_DELIVERY_MODE *Delivery;
WSD_EVENTING_EXPIRES *Expires;
WSD_EVENTING_FILTER *Filter;
WSDXML_ELEMENT *Any;
} REQUESTBODY_Subscribe;
Members
EndTo
Reference to a WSD_ENDPOINT_REFERENCE structure that represents the endpoint reference of the event recipient.
Delivery
Reference to a WSD_EVENTING_DELIVERY_MODE structure that specifies the delivery mode. Only push delivery is supported.
Expires
Reference to a WSD_EVENTING_EXPIRES structure that specifies when the subscription will expire.
Filter
Reference to a WSD_EVENTING_FILTER structure that specifies a boolean expression used for event filtering.
Any
Reference to a WSDXML_ELEMENT structure that specifies extension content allowed by the XML ANY keyword.
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) |