Share via


IWSDEventingStatus::SubscriptionEnded (Compact 2013)

3/26/2014

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

See Also

Reference

IWSDEventingStatus
Web Services on Devices Interfaces