ExchangeServiceBinding.CancelAsync 方法

请求取消挂起的后台操作。

命名空间:  Microsoft.SharePoint.Portal.WebControls
程序集:  Microsoft.SharePoint.Portal(位于 Microsoft.SharePoint.Portal.dll 中)

语法

声明
Public Sub CancelAsync ( _
    userState As Object _
)
用法
Dim instance As ExchangeServiceBinding
Dim userState As Object

instance.CancelAsync(userState)
public void CancelAsync(
    Object userState
)

参数

  • userState
    类型:System.Object

    请求取消时,指定的用户状态。

备注

CancelAsync提交终止挂起的后台操作的请求,并将CancellationPending属性设置为true。

另请参阅

引用

ExchangeServiceBinding 类

ExchangeServiceBinding 成员

Microsoft.SharePoint.Portal.WebControls 命名空间