Share via


WSD_EVENTING_DELIVERY_MODE (Compact 2013)

3/26/2014

This structure represents the delivery mode used in a WS-Eventing Subscribe message.

Syntax

typedef struct _WSD_EVENTING_DELIVERY_MODE {
  const WCHAR* Mode;
  void* Data;
} WSD_EVENTING_DELIVERY_MODE;

Members

  • Mode
    Specifies the delivery mode for event delivery.

    Value

    Meaning

    https://schemas.xmlsoap.org/ws/2004/08/eventing/DeliveryModes/Push

    Push mode delivery is used.

  • Data
    A reference to the endpoint used for event delivery.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

Web Services on Devices Structures