IStartWorkflow Arabirim

Tanım

Dikkat

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

Yeni bir iş akışı örneği başlatmak amacıyla öğesinden ActivityExecutionContext alınabilecek bir hizmet tanımlar.

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
Öznitelikler

Açıklamalar

Note

Bu malzeme, eski türleri ve ad alanlarını ele alır. Daha fazla bilgi için bkz. Deprecated Types in Windows Workflow Foundation 4.5.

Yöntemler

Name Description
StartWorkflow(Type, Dictionary<String,Object>)
Geçersiz.

Çalışan örneğe çalışma zamanı parametrelerini içeren bir Type sağlayarak belirlenen Dictionary iş akışını başlatır.

Şunlara uygulanır