WorkflowRuntime.Started Event
Occurs when the workflow runtime engine is started.
Assembly: System.Workflow.Runtime (in System.Workflow.Runtime.dll)
The StartRuntime method raises the Started event after it has validated the core service configuration of the workflow runtime engine, has invoked the Start method implemented by each of its services that derive from the WorkflowRuntimeService class, and has set IsStarted to true. There is no guarantee about the order in which the services that derive from the WorkflowRuntimeService class are started by the workflow runtime engine, and some of these workflow runtime engine services may depend on functionality supplied by other of these services in order to complete their startup tasks. Workflow runtime engine services can override the WorkflowRuntimeService.OnStarted method in order to perform any final startup tasks that require the support of other workflow runtime engine services when the Started event is raised.
For more information about handling events, see Consuming Events.
In the following example, an event handler is added to the Started event of the WorkflowRuntime. In this example, the handler is an anonymous method that prints a simple message to the console.
- 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.