WorkflowClient Class

The WorkflowClient class enables you to create and manage workflow types and instances. The APIs are built on top of the Workflow Service SOAP Web services at https://workflow.windows.net/workflows/wsdl.

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

Usage

Syntax

'Declaration
Public Class WorkflowClient
    Inherits ClientBase(Of IWorkflow)
public class WorkflowClient : ClientBase<IWorkflow>
public ref class WorkflowClient : public ClientBase<IWorkflow^>
public class WorkflowClient extends ClientBase<IWorkflow>
public class WorkflowClient extends ClientBase<IWorkflow>

Inheritance Hierarchy

System.Object
   System.ServiceModel.ClientBase
    Microsoft.Workflow.Activities.WorkflowClient

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

Development Platforms

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

Target Platforms

See Also

Reference

WorkflowClient Members
Microsoft.Workflow.Activities Namespace