Share via


IWSDEventingStatus::SubscriptionRenewed (Compact 2013)

3/26/2014

This method is called when the subscription for the specified event action was successfully renewed.

Syntax

void SubscriptionRenewed(
  LPCWSTR pszSubscriptionAction
);

Parameters

  • pszSubscriptionAction
    [in] URI of the event action.

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 succeeds, SubscriptionRenewed will be called to notify the client.

Requirements

Header

wsdapi.h

Library

wsdapi.lib

See Also

Reference

IWSDEventingStatus
Web Services on Devices Interfaces