DefaultRetryPolicy.HandleInternalServerError - Méthode

Espace de noms :  Microsoft.SharePoint.WorkflowServices.Activities
Assembly :  Microsoft.SharePoint.WorkflowServices.Activities (dans Microsoft.SharePoint.WorkflowServices.Activities.dll)

Syntaxe

'Déclaration
Protected Overridable Function HandleInternalServerError ( _
    handled As Variable(Of Boolean), _
    trustedResponseCode As Variable(Of Boolean), _
    response As Variable(Of DynamicValue) _
) As Activity
'Utilisation
Dim handled As Variable(Of Boolean)
Dim trustedResponseCode As Variable(Of Boolean)
Dim response As Variable(Of DynamicValue)
Dim returnValue As Activity

returnValue = Me.HandleInternalServerError(handled, _
    trustedResponseCode, response)
protected virtual Activity HandleInternalServerError(
    Variable<bool> handled,
    Variable<bool> trustedResponseCode,
    Variable<DynamicValue> response
)

Paramètres

Valeur renvoyée

Type : System.Activities.Activity

Voir aussi

Référence

DefaultRetryPolicy classe

DefaultRetryPolicy - Membres

Microsoft.SharePoint.WorkflowServices.Activities - Espace de noms