Share via


IWSDEventingStatus::SubscriptionRenewalFailed (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

IWSDEventingStatus
Web Services on Devices Interfaces