IWSDEventingStatus::SubscriptionRenewalFailed method (wsdclient.h)

Called when the subscription for the specified event action could not be renewed.

Syntax

void SubscriptionRenewalFailed(
  [in] LPCWSTR pszSubscriptionAction,
  [in] HRESULT hr
);

Parameters

[in] pszSubscriptionAction

URI of the event action.

[in] hr

HRESULT indicating the nature of the error.

Return value

None

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

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