Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 WorkflowRuntime Members
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
WorkflowRuntime Members

Updated: November 2007

Represents the configurable execution environment provided by the workflow runtime engine for workflows.

The WorkflowRuntime type exposes the following members.

  NameDescription
WorkflowRuntimeOverloaded. Initializes a new instance of the WorkflowRuntime class.
Top
  NameDescription
AddServiceAdds the specified service to the workflow runtime engine.
CreateWorkflowOverloaded. Creates a workflow instance by using the specified parameters.
DisposeReleases 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.)
GetAllServicesOverloaded. 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.)
GetLoadedWorkflowsGets a collection that contains all the workflow instances currently loaded in memory.
GetServiceOverloaded. Retrieves a service from the workflow runtime engine by using a specified Type.
GetType Gets the Type of the current instance. (Inherited from Object.)
GetWorkflowRetrieves the workflow instance that has the specified Guid.
MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
RemoveServiceRemoves the specified service from the workflow runtime engine.
StartRuntimeStarts the workflow runtime engine and the workflow runtime engine services.
StopRuntimeStops the workflow runtime engine and the runtime services.
ToString Returns a String that represents the current Object. (Inherited from Object.)
Top
  NameDescription
IsStartedGets a value that indicates whether the workflow runtime engine has been started.
NameGets or sets the name associated with the WorkflowRuntime.
Top
  NameDescription
ServicesExceptionNotHandledOccurs when a service that is derived from the WorkflowRuntimeService class calls RaiseServicesExceptionNotHandledEvent.
StartedOccurs when the workflow runtime engine is started.
StoppedOccurs when the workflow runtime engine is stopped.
WorkflowAbortedOccurs when a workflow instance is aborted.
WorkflowCompletedOccurs when a workflow instance has completed.
WorkflowCreatedOccurs when a workflow instance has been created.
WorkflowIdledOccurs when a workflow instance enters the idle state.
WorkflowLoadedOccurs when the workflow instance is loaded into memory.
WorkflowPersistedOccurs when the state of a workflow instance is persisted.
WorkflowResumedOccurs when execution of a workflow instance is resumed following a suspension.
WorkflowStartedOccurs when a workflow instance has been started.
WorkflowSuspendedOccurs when a workflow instance is suspended.
WorkflowTerminatedOccurs when a workflow instance is terminated.
WorkflowUnloadedOccurs when the workflow instance is unloaded from memory.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2008 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker