ExchangeServiceBinding.UpdateItemAsync 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| UpdateItemAsync(UpdateItemType, Object) |
方法 UpdateItemAsync(UpdateItemType, Object) 提供对 UpdateItem Web 服务方法的异步访问。 |
| UpdateItemAsync(UpdateItemType) |
方法 UpdateItemAsync(UpdateItemType) 提供对 UpdateItem Web 服务方法的异步访问。 |
UpdateItemAsync(UpdateItemType, Object)
方法 UpdateItemAsync(UpdateItemType, Object) 提供对 UpdateItem Web 服务方法的异步访问。
public:
void UpdateItemAsync(ExchangeWebServices::UpdateItemType ^ UpdateItem1, System::Object ^ userState);
public void UpdateItemAsync(ExchangeWebServices.UpdateItemType UpdateItem1, object userState);
Public Sub UpdateItemAsync (UpdateItem1 As UpdateItemType, userState As Object)
参数
- UpdateItem1
- UpdateItemType
UpdateItem 请求。
- userState
- Object
注解
有关异步调用的示例,请参阅 FindFolderAsync(FindFolderType)。
适用于
UpdateItemAsync(UpdateItemType)
方法 UpdateItemAsync(UpdateItemType) 提供对 UpdateItem Web 服务方法的异步访问。
public:
void UpdateItemAsync(ExchangeWebServices::UpdateItemType ^ UpdateItem1);
public void UpdateItemAsync(ExchangeWebServices.UpdateItemType UpdateItem1);
Public Sub UpdateItemAsync (UpdateItem1 As UpdateItemType)
参数
- UpdateItem1
- UpdateItemType
UpdateItem 请求。
注解
有关异步调用的示例,请参阅 FindFolderAsync(FindFolderType)。