WSD_EVENTING_DELIVERY_MODE_PUSH structure (wsdtypes.h)

Represents the endpoint reference used for push delivery of events in a WS-Eventing Subscribe message.

Syntax

typedef struct _WSD_EVENTING_DELIVERY_MODE_PUSH {
  WSD_ENDPOINT_REFERENCE *NotifyTo;
} WSD_EVENTING_DELIVERY_MODE_PUSH;

Members

NotifyTo

Reference to a WSD_ENDPOINT_REFERENCE structure that specifies the endpoint reference to which notifications should be sent.

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)