ExchangeServiceBinding.CancelAsync, méthode (Microsoft.SharePoint.Portal.WebControls)
Requests cancellation of a pending background operation.
Espace de noms : Microsoft.SharePoint.Portal.WebControls
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Sub CancelAsync ( _
userState As Object _
)
'Utilisation
Dim instance As ExchangeServiceBinding
Dim userState As Object
instance.CancelAsync(userState)
public void CancelAsync (
Object userState
)
Paramètres
- userState
Specifies the user state when the request cancellation occurs.
Remarques
CancelAsync submits a request to terminate the pending background operation and sets the CancellationPending property to true.
Voir aussi
Référence
ExchangeServiceBinding, classe
Membres ExchangeServiceBinding
Microsoft.SharePoint.Portal.WebControls, espace de noms