Click to Rate and Give Feedback

  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..::.CreateWorkflow Method

Creates a workflow instance by using the specified parameters.

  NameDescription
Public methodCreateWorkflow(Type)Creates a new workflow instance by using the specified workflow Type.
Public methodCreateWorkflow(XmlReader)Creates a workflow instance by using the specified XmlReader.
Public methodCreateWorkflow(Type, Dictionary<(Of <(String, Object>)>))Creates a workflow instance by using the specified workflow Type and the arguments to the workflow contained in the specified Dictionary<(Of <(TKey, TValue>)>).
Public methodCreateWorkflow(Type, Dictionary<(Of <(String, Object>)>), Guid)Creates a workflow instance by using the specified parameters.
Public methodCreateWorkflow(XmlReader, XmlReader, Dictionary<(Of <(String, Object>)>))Creates a workflow instance by using the specified XmlReader objects and the arguments contained in the specified Dictionary<(Of <(TKey, TValue>)>).
Public methodCreateWorkflow(XmlReader, XmlReader, Dictionary<(Of <(String, Object>)>), Guid)Creates a workflow instance by using the specified parameters.
Top

If the workflow runtime engine has not been started, the CreateWorkflow methods call StartRuntime. See StartRuntime for a list of possible exceptions. After you create the workflow instance, call WorkflowInstance..::.Start on the WorkflowInstance object returned by the CreateWorkflow method to begin its execution.

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