WorkflowRuntime.WorkflowSuspended Event
Occurs when a workflow instance is suspended.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
The workflow instance can be suspended by the host through a call to the Suspend method, by a SuspendActivity activity, or implicitly by the workflow runtime engine. For example, the workflow runtime engine temporarily suspends the instance when it applies dynamic changes to the instance.
For the WorkflowSuspended event, sender will contain the WorkflowRuntime and WorkflowSuspendedEventArgs will contain the WorkflowInstance and a string that describes the reason the instance was suspended.
For more information about handling events, see Consuming Events.
The following code example demonstrates how you can use WorkflowRuntime functionality from a workflow host. The code associates the WorkflowSuspended with an event handler, a method named OnWorkflowSuspended.
This code example is part of the Suspend and Terminate SDK sample from the Program.cs file. For more information, see Suspend and Terminate Sample.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
Windows 7, Windows Vista, Windows XP SP2, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.