ExchangeServiceBinding.BeginUnsubscribe 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.
The BeginUnsubscribe(UnsubscribeType, AsyncCallback, Object) method is used to begin an asynchronous Unsubscribe(UnsubscribeType) call.
public:
IAsyncResult ^ BeginUnsubscribe(ExchangeWebServices::UnsubscribeType ^ Unsubscribe1, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginUnsubscribe (ExchangeWebServices.UnsubscribeType Unsubscribe1, AsyncCallback callback, object asyncState);
Public Function BeginUnsubscribe (Unsubscribe1 As UnsubscribeType, callback As AsyncCallback, asyncState As Object) As IAsyncResult
Parameters
- Unsubscribe1
- UnsubscribeType
- callback
- AsyncCallback
- asyncState
- Object
Returns
The BeginUnsubscribe(UnsubscribeType, AsyncCallback, Object) method returns an IAsyncResult object.