Partager via


IWSDEventingStatus::SubscriptionEnded (Windows Embedded CE 6.0)

1/6/2010

This method is called when the device terminated the subscription.

Syntax

void SubscriptionEnded(
  LPCWSTR pszSubscriptionAction
);

Parameters

  • pszSubscriptionAction
    [in] URI of the event action.

Return Value

This method does not return a value.

Remarks

After an operation is subscribed to, the service proxy will listen for SubscriptionEnd messages from the subscription manager. If one is received for a specified subscription, SubscriptionEnded will be called to notify the client. SubscriptionEnded will not be called if the service proxy unsubscribes from the operation or if the host service goes offline.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

IWSDEventingStatus
Web Services on Devices Interfaces