This documentation is archived and is not being maintained.

WorkflowLoaderService Class

The abstract base class from which workflow loader services are derived.

Namespace:  System.Workflow.Runtime.Hosting
Assembly:  System.Workflow.Runtime (in System.Workflow.Runtime.dll)

'Declaration
Public MustInherit Class WorkflowLoaderService _
	Inherits WorkflowRuntimeService
'Usage
Dim instance As WorkflowLoaderService

You can derive from this class to create a custom version of the workflow loader.

The workflow loader provides a mechanism for developers to generate workflow definitions, and in turn, instances from other XML formats that are not extensible Application Markup Language (XAML). The user is responsible for parsing their unique XML format, generating an activity tree, and providing the root of the activity tree to the workflow runtime for execution.

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

Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0
Show: