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