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