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