del método ExceptionHandlingScope.StartFinally
Inicia un bloque de código personalizado que se ejecuta en el cliente después de que se han ejecutado todos los bloques de código de StartCatch() .
Espacio de nombres: Microsoft.SharePoint.Client
Ensamblados: Microsoft.SharePoint.Client.Silverlight.Runtime (en Microsoft.SharePoint.Client.Silverlight.Runtime.dll); Microsoft.SharePoint.Client.Runtime (en Microsoft.SharePoint.Client.Runtime.dll) Microsoft.SharePoint.Client.Phone.Runtime (en Microsoft.SharePoint.Client.Phone.Runtime.dll)
Sintaxis
'Declaración
Public Function StartFinally As IDisposable
'Uso
Dim instance As ExceptionHandlingScope
Dim returnValue As IDisposable
returnValue = instance.StartFinally()
public IDisposable StartFinally()
Valor devuelto
Tipo: System.IDisposable
La interfaz que se utiliza para finalizar el ámbito.
Comentarios
Este método se debe llamar después de que se ha llamado a los métodos StartTry() y StartCatch() .