Compartir a través de


IWorkflow.StartWorkflowByName Method

Starts Workflow from the name of the workflow passed in.

Namespace: Microsoft.Uii.Desktop.Core
Assembly: Microsoft.Uii.Desktop.Core (in Microsoft.Uii.Desktop.Core.dll)

Usage

'Usage
Dim instance As IWorkflow
Dim name As String

instance.StartWorkflowByName(name)

Syntax

'Declaration
Sub StartWorkflowByName ( _
    name As String _
)
void StartWorkflowByName (
    string name
)
void StartWorkflowByName (
    String^ name
)
void StartWorkflowByName (
    String name
)
function StartWorkflowByName (
    name : String
)

Parameters

  • name
    Specifies the name of workflow.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IWorkflow Interface
IWorkflow Members
Microsoft.Uii.Desktop.Core Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.