IStartWorkflow Rozhraní

Definice

Upozornění

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Definuje službu, kterou lze získat z důvodu ActivityExecutionContext spuštění nové instance pracovního postupu.

public interface class IStartWorkflow
public interface IStartWorkflow
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public interface IStartWorkflow
type IStartWorkflow = interface
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type IStartWorkflow = interface
Public Interface IStartWorkflow
Atributy

Poznámky

Note

Tento materiál popisuje typy a obory názvů, které jsou zastaralé. Další informace najdete v tématu Deprecated Types in Windows Workflow Foundation 4.5.

Metody

Name Description
StartWorkflow(Type, Dictionary<String,Object>)
Zastaralé.

Spustí pracovní postup určeného Type poskytování spuštěné instance s parametrem Dictionary modulu runtime.

Platí pro