LoadWorkflowService Method

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
Loads a WorkflowService

Namespace: Microsoft.Activities.Extensions.Tracking
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
public static WorkflowService LoadWorkflowService(
	string xamlxFile
)
Visual Basic
Public Shared Function LoadWorkflowService ( _
	xamlxFile As String _
) As WorkflowService
Visual C++
public:
static WorkflowService^ LoadWorkflowService(
	String^ xamlxFile
)

Parameters

xamlxFile
Type: System..::..String
The xaml file.

Return Value

A WorkflowService

See Also