IStartWorkflow Gränssnitt

Definition

Varning

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

Definierar en tjänst som kan hämtas från en ActivityExecutionContext för att starta en ny arbetsflödesinstans.

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
Attribut

Kommentarer

Note

I det här materialet diskuteras typer och namnområden som är föråldrade. Mer information finns i Deprecated Types in Windows Workflow Foundation 4.5.

Metoder

Name Description
StartWorkflow(Type, Dictionary<String,Object>)
Föråldrad.

Startar arbetsflödet Type för den avsedda instansen som tillhandahåller den instans som körs med en Dictionary som innehåller körningsparametrar.

Gäller för