Share via


IWSDEventingStatus::SubscriptionRenewalFailed (Compact 2013)

3/26/2014

This method is called when the subscription for the specified event action could not be renewed.

Syntax

void SubscriptionRenewalFailed(
  LPCWSTR pszSubscriptionAction,
  HRESULT hr
);

Parameters

  • pszSubscriptionAction
    [in] URI of the event action.
  • hr
    [in] HRESULT indicating the nature of the error.

Return Value

This method does not return a value.

Remarks

After an operation is subscribed to, the service proxy will attempt to automatically renew the subscription until the client calls the appropriate Unsubscribe method or until the subscription is ended by the service. When the renewal fails, SubscriptionRenewalFailed will be called to notify the client.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

IWSDEventingStatus
Web Services on Devices Interfaces