WorkflowClient Constructor

Aborts the workflow instance with the instance identifier represented by id.

Namespace: Microsoft.Workflow.Activities
Assembly: Microsoft.Workflow.Activities (in microsoft.workflow.activities.dll)

Usage

Syntax

'Declaration
Public Sub New ( _
    solution As String _
)
public WorkflowClient (
    string solution
)
public:
WorkflowClient (
    String^ solution
)
public WorkflowClient (
    String solution
)
public function WorkflowClient (
    solution : String
)

Parameters

  • solution

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

WorkflowClient Class
WorkflowClient Members
Microsoft.Workflow.Activities Namespace