.NET Framework Class Library
WorkflowRuntime Members

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

The WorkflowRuntime type exposes the following members.

Constructors

  NameDescription
Public methodWorkflowRuntimeOverloaded. Initializes a new instance of the WorkflowRuntime class.
Top
Methods

  NameDescription
Public methodAddServiceAdds the specified service to the workflow runtime engine.
Public methodCreateWorkflowOverloaded. Creates a workflow instance by using the specified parameters.
Public methodDisposeReleases the resources used by the WorkflowRuntime.
Public methodEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalizeAllows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Public methodGetAllServicesOverloaded. Retrieves all the services that have been added to the workflow runtime engine that implement or derive from a specified Type.
Public methodGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetLoadedWorkflowsGets a collection that contains all the workflow instances currently loaded in memory.
Public methodGetServiceOverloaded. Retrieves a service from the workflow runtime engine by using a specified Type.
Public methodGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodGetWorkflowRetrieves the workflow instance that has the specified Guid.
Protected methodMemberwiseCloneCreates a shallow copy of the current Object. (Inherited from Object.)
Public methodRemoveServiceRemoves the specified service from the workflow runtime engine.
Public methodStartRuntimeStarts the workflow runtime engine and the workflow runtime engine services.
Public methodStopRuntimeStops the workflow runtime engine and the runtime services.
Public methodToStringReturns a String that represents the current Object. (Inherited from Object.)
Top
Properties

  NameDescription
Public propertyIsStartedGets a value that indicates whether the workflow runtime engine has been started.
Public propertyNameGets or sets the name associated with the WorkflowRuntime.
Top
Events

  NameDescription
Public eventServicesExceptionNotHandledOccurs when a service that is derived from the WorkflowRuntimeService class calls RaiseServicesExceptionNotHandledEvent.
Public eventStartedOccurs when the workflow runtime engine is started.
Public eventStoppedOccurs when the workflow runtime engine is stopped.
Public eventWorkflowAbortedOccurs when a workflow instance is aborted.
Public eventWorkflowCompletedOccurs when a workflow instance has completed.
Public eventWorkflowCreatedOccurs when a workflow instance has been created.
Public eventWorkflowIdledOccurs when a workflow instance enters the idle state.
Public eventWorkflowLoadedOccurs when the workflow instance is loaded into memory.
Public eventWorkflowPersistedOccurs when the state of a workflow instance is persisted.
Public eventWorkflowResumedOccurs when execution of a workflow instance is resumed following a suspension.
Public eventWorkflowStartedOccurs when a workflow instance has been started.
Public eventWorkflowSuspendedOccurs when a workflow instance is suspended.
Public eventWorkflowTerminatedOccurs when a workflow instance is terminated.
Public eventWorkflowUnloadedOccurs when the workflow instance is unloaded from memory.
Top
See Also

Reference

Tags :


Page view tracker