Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 WorkflowRuntime Members

  Switch on low bandwidth view
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

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

The WorkflowRuntime type exposes the following members.

  NameDescription
Public methodWorkflowRuntimeOverloaded. Initializes a new instance of the WorkflowRuntime class.
Top
  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 methodEquals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodFinalize Allows 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 methodGetHashCode Serves 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 methodGetType Gets the Type of the current instance. (Inherited from Object.)
Public methodGetWorkflowRetrieves the workflow instance that has the specified Guid.
Protected methodMemberwiseClone Creates 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 methodToString Returns a String that represents the current Object. (Inherited from Object.)
Top
  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
  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
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker