IWSDEventingStatus::SubscriptionRenewed (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows Embedded CE 6.0 R2 |