PullSubscription.BeginUnsubscribe(AsyncCallback, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Begins an asynchronous request to unsubscribe from a subscription.This method was introduced in the Microsoft Exchange Web Services (EWS) Managed API 1.2.
public:
IAsyncResult ^ BeginUnsubscribe(AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginUnsubscribe (AsyncCallback callback, object state);
Public Function BeginUnsubscribe (callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- callback
- AsyncCallback
The AsyncCallback delegate.
- state
- Object
An object that contains state information for this request.
Returns
An IAsyncResult that references the asynchronous request.