ExchangeServiceBinding.EndUpdateItem(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 EndUpdateItem(IAsyncResult) method is used to end an asynchronous UpdateItem(UpdateItemType) call.
public:
ExchangeWebServices::UpdateItemResponseType ^ EndUpdateItem(IAsyncResult ^ asyncResult);
public ExchangeWebServices.UpdateItemResponseType EndUpdateItem (IAsyncResult asyncResult);
Public Function EndUpdateItem (asyncResult As IAsyncResult) As UpdateItemResponseType
Parameters
- asyncResult
- IAsyncResult
Returns
The EndUpdateItem(IAsyncResult) method returns an UpdateItemResponseType object.