WorkflowRuntime Events
MSDN Home
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
.NET Framework Class Library
System.Workflow.Runtime Namesp ...
WorkflowRuntime Class
WorkflowRuntime Events
ServicesExceptionNotHandled Ev ...
Started Event
Stopped Event
WorkflowAborted Event
WorkflowCompleted Event
WorkflowCreated Event
WorkflowIdled Event
WorkflowLoaded Event
WorkflowPersisted Event
WorkflowResumed Event
WorkflowStarted Event
WorkflowSuspended Event
WorkflowTerminated Event
WorkflowUnloaded Event
WorkflowRuntime Class
WorkflowRuntime Members
WorkflowRuntime Constructor
WorkflowRuntime Methods
WorkflowRuntime Properties
WorkflowRuntime Events
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
WorkflowRuntime Events
The
WorkflowRuntime
type exposes the following members.
Events
Name
Description
ServicesExceptionNotHandled
Occurs when a service that is derived from the
WorkflowRuntimeService
class calls
RaiseServicesExceptionNotHandledEvent
.
Started
Occurs when the workflow runtime engine is started.
Stopped
Occurs when the workflow runtime engine is stopped.
WorkflowAborted
Occurs when a workflow instance is aborted.
WorkflowCompleted
Occurs when a workflow instance has completed.
WorkflowCreated
Occurs when a workflow instance has been created.
WorkflowIdled
Occurs when a workflow instance enters the idle state.
WorkflowLoaded
Occurs when the workflow instance is loaded into memory.
WorkflowPersisted
Occurs when the state of a workflow instance is persisted.
WorkflowResumed
Occurs when execution of a workflow instance is resumed following a suspension.
WorkflowStarted
Occurs when a workflow instance has been started.
WorkflowSuspended
Occurs when a workflow instance is suspended.
WorkflowTerminated
Occurs when a workflow instance is terminated.
WorkflowUnloaded
Occurs when the workflow instance is unloaded from memory.
Top
See Also
Reference
WorkflowRuntime Class
System.Workflow.Runtime Namespace
Tags :