WSD_EVENTING_EXPIRES (Compact 2013)
3/26/2014
This structure represents the expiration time of a WS-Eventing message.
Syntax
typedef struct _WSD_EVENTING_EXPIRES {
WSD_DURATION* Duration;
WSD_DATETIME* DateTime;
} WSD_EVENTING_EXPIRES;
Members
- Duration
Reference to a WSD_DURATION structure that specifies the length of time a request or response is valid.
- DateTime
Reference to a WSD_DATETIME structure that specifies the time that the request or response expires.
Requirements
Header |
wsdapi.h |
Library |
wsdapi.lib |