ExchangeServiceBinding.EndSubscribe(IAsyncResult) 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 EndSubscribe(IAsyncResult) method is used to end an asynchronous Subscribe(SubscribeType) call.
public:
ExchangeWebServices::SubscribeResponseType ^ EndSubscribe(IAsyncResult ^ asyncResult);
public ExchangeWebServices.SubscribeResponseType EndSubscribe (IAsyncResult asyncResult);
Public Function EndSubscribe (asyncResult As IAsyncResult) As SubscribeResponseType
Parameters
- asyncResult
- IAsyncResult
Returns
The EndSubscribe(IAsyncResult) method returns a SubscribeResponseType object.