ClientServiceProcessingHandler.TryEndChangeSet método
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.ServerRuntime (em Microsoft.SharePoint.Client.ServerRuntime.dll)
Sintaxe
'Declaração
Protected Friend Overridable Function TryEndChangeSet ( _
failedChangeSet As Boolean _
) As Boolean
'Uso
Dim failedChangeSet As Boolean
Dim returnValue As Boolean
returnValue = Me.TryEndChangeSet(failedChangeSet)
protected internal virtual bool TryEndChangeSet(
bool failedChangeSet
)
Parâmetros
- failedChangeSet
Tipo: System.Boolean
Valor retornado
Tipo: System.Boolean
Ver também
Referência
ClientServiceProcessingHandler classe