Partager via


SPWorkflowTemplate.AllowAsyncManualStart - Propriété

True à autoriser pour Windows SharePoint Services démarrer le flux de travail en mode asynchrone, même si le flux de travail a été déclenché manuellement.

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

Syntaxe

'Déclaration
Public Property AllowAsyncManualStart As Boolean
    Get
    Set
'Utilisation
Dim instance As SPWorkflowTemplate
Dim value As Boolean

value = instance.AllowAsyncManualStart

instance.AllowAsyncManualStart = value
public bool AllowAsyncManualStart { get; set; }

Valeur de propriété

Type : System.Boolean
Boolean qui indique si le flux de travail peut être démarré en mode asynchrone.

Voir aussi

Référence

SPWorkflowTemplate classe

SPWorkflowTemplate - Membres

Microsoft.SharePoint.Workflow - Espace de noms

Autres ressources

Workflows in Windows SharePoint Services

Workflow Development for Windows SharePoint Services

Workflow Object Model in Windows SharePoint Services Overview