WorkflowManagementClient.CreateClient Method (String)

 

Creates an instance of WorkflowManagementClient for the specific client scope with the same ClientSettings.

Namespace:   Microsoft.Workflow.Client
Assembly:  Microsoft.Workflow.Client (in Microsoft.Workflow.Client.dll)

Syntax

public WorkflowManagementClient CreateClient(
    string childScopeName
)
public:
WorkflowManagementClient^ CreateClient(
    String^ childScopeName
)
member CreateClient : 
        childScopeName:string -> WorkflowManagementClient
Public Function CreateClient (
    childScopeName As String
) As WorkflowManagementClient

Parameters

  • childScopeName
    Type: System.String

    The name of the child scope.

Return Value

Type: Microsoft.Workflow.Client.WorkflowManagementClient

An instance of WorkflowManagementClient that targets the specified scope.

See Also

WorkflowManagementClient Class
Microsoft.Workflow.Client Namespace

Return to top