IWSDEventingStatus::SubscriptionEnded method (wsdclient.h)

Called when the device terminated the subscription.

Syntax

void SubscriptionEnded(
  [in] LPCWSTR pszSubscriptionAction
);

Parameters

[in] pszSubscriptionAction

URI of the event action.

Return value

None

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

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header wsdclient.h (include Wsdapi.h)
DLL Wsdapi.dll

See also

IWSDEventingStatus