IWSDServiceProxyEventing interface (wsdclient.h)

Represents a remote WSD service for client applications and middleware. This interface allows for the implementation of multiple asynchronous operations.

Inheritance

The IWSDServiceProxyEventing interface inherits from IWSDServiceProxy. IWSDServiceProxyEventing also has these types of members:

Methods

The IWSDServiceProxyEventing interface has these methods.

 
IWSDServiceProxyEventing::BeginGetStatusForMultipleOperations

Begins an asynchronous operation that retrieves the current status.
IWSDServiceProxyEventing::BeginRenewMultipleOperations

Initializes an asynchronous operation that renews a collection of existing notification subscriptions by submitting a new duration.
IWSDServiceProxyEventing::BeginSubscribeToMultipleOperations

Initializes an asynchronous operation that subscribes to a collection of notifications or solicit/response events.
IWSDServiceProxyEventing::BeginUnsubscribeToMultipleOperations

Initializes an asynchronous cancelation request for a subscription to a collection of notifications or solicit/response events.
IWSDServiceProxyEventing::EndGetStatusForMultipleOperations

Completes an asynchronous operation that retrieves the current status.
IWSDServiceProxyEventing::EndRenewMultipleOperations

Completes an asynchronous operation that renews a collection of existing notification subscriptions by submitting a new duration.
IWSDServiceProxyEventing::EndSubscribeToMultipleOperations

Completes an asynchronous operation that subscribes to a collection of notifications or solicit/response events.
IWSDServiceProxyEventing::EndUnsubscribeToMultipleOperations

Completes an asynchronous cancellation request for a subscription to a collection of notifications or solicit/response events.
IWSDServiceProxyEventing::GetStatusForMultipleOperations

Retrieves the current status.
IWSDServiceProxyEventing::RenewMultipleOperations

Renews a collection of existing notification subscriptions by submitting a new duration.
IWSDServiceProxyEventing::SubscribeToMultipleOperations

Subscribes to a collection of notifications or solicit/response events.
IWSDServiceProxyEventing::UnsubscribeToMultipleOperations

Cancels a collection of subscriptions to notifications or solicit/response events.

Requirements

Requirement Value
Minimum supported client Windows 7 [desktop apps only]
Minimum supported server Windows Server 2008 R2 [desktop apps only]
Target Platform Windows
Header wsdclient.h (include Wsdapi.h)