WorkflowRuntime Methods
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Workflow.Runtime Namesp ...
WorkflowRuntime Class
WorkflowRuntime Methods
AddService Method
CreateWorkflow Method
Dispose Method
GetAllServices Method
GetLoadedWorkflows Method
GetService Method
GetWorkflow Method
RemoveService Method
StartRuntime Method
StopRuntime Method
WorkflowRuntime Class
WorkflowRuntime Members
WorkflowRuntime Constructor
WorkflowRuntime Methods
WorkflowRuntime Properties
WorkflowRuntime Events
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
WorkflowRuntime Methods
The
WorkflowRuntime
type exposes the following members.
Methods
Name
Description
AddService
Adds the specified service to the workflow runtime engine.
CreateWorkflow
Overloaded.
Creates a workflow instance by using the specified parameters.
Dispose
Releases the resources used by the
WorkflowRuntime
.
Equals
Determines whether the specified
Object
is equal to the current
Object
.
(Inherited from
Object
.)
Finalize
Allows an
Object
to attempt to free resources and perform other cleanup operations before the
Object
is reclaimed by garbage collection.
(Inherited from
Object
.)
GetAllServices
Overloaded.
Retrieves all the services that have been added to the workflow runtime engine that implement or derive from a specified
Type
.
GetHashCode
Serves as a hash function for a particular type.
(Inherited from
Object
.)
GetLoadedWorkflows
Gets a collection that contains all the workflow instances currently loaded in memory.
GetService
Overloaded.
Retrieves a service from the workflow runtime engine by using a specified
Type
.
GetType
Gets the
Type
of the current instance.
(Inherited from
Object
.)
GetWorkflow
Retrieves the workflow instance that has the specified
Guid
.
MemberwiseClone
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
RemoveService
Removes the specified service from the workflow runtime engine.
StartRuntime
Starts the workflow runtime engine and the workflow runtime engine services.
StopRuntime
Stops the workflow runtime engine and the runtime services.
ToString
Returns a
String
that represents the current
Object
.
(Inherited from
Object
.)
Top
See Also
Reference
WorkflowRuntime Class
System.Workflow.Runtime Namespace
Tags :