Compartir a través de


: ExchangeServiceBinding.CancelAsync (Método) (Microsoft.SharePoint.Portal.WebControls)

Requests cancellation of a pending background operation.

Espacio de nombres:
Ensamblado: Microsoft.SharePoint.Portal (in microsoft.sharepoint.portal.dll)

Sintaxis

'Declaración
Public Sub CancelAsync ( _
    userState As Object _
)
'Uso
Dim instance As ExchangeServiceBinding
Dim userState As Object

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

Parámetros

  • userState
    Specifies the user state when the request cancellation occurs.

Comentarios

CancelAsync submits a request to terminate the pending background operation and sets the CancellationPending property to true.

Vea también

Referencia

ExchangeServiceBinding (Clase)
ExchangeServiceBinding (Miembros)
Microsoft.SharePoint.Portal.WebControls (Espacio de nombres)