ClientServiceProcessingHandler.TryEndChangeSet - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client.ServerRuntime (dans Microsoft.SharePoint.Client.ServerRuntime.dll)
Syntaxe
'Déclaration
Protected Friend Overridable Function TryEndChangeSet ( _
failedChangeSet As Boolean _
) As Boolean
'Utilisation
Dim failedChangeSet As Boolean
Dim returnValue As Boolean
returnValue = Me.TryEndChangeSet(failedChangeSet)
protected internal virtual bool TryEndChangeSet(
bool failedChangeSet
)
Paramètres
- failedChangeSet
Type : System.Boolean
Valeur renvoyée
Type : System.Boolean
Voir aussi
Référence
ClientServiceProcessingHandler classe