IWSDEventingStatus::SubscriptionRenewed method (wsdclient.h)

Called when the subscription for the specified event action was successfully renewed.

Syntax

void SubscriptionRenewed(
  [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 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 succeeds, SubscriptionRenewed 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