IStartWorkflow Antarmuka
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Perhatian
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Menentukan layanan yang dapat diperoleh dari ActivityExecutionContext untuk tujuan memulai instans alur kerja baru.
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
- Atribut
Keterangan
Note
Materi ini membahas jenis dan namespace yang usang. Untuk informasi selengkapnya, lihat jenis Deprecated di Windows Workflow Foundation 4.5.
Metode
| Nama | Deskripsi |
|---|---|
| StartWorkflow(Type, Dictionary<String,Object>) |
Kedaluwarsa.
Memulai alur kerja yang ditunjuk Type yang menyediakan instans yang Dictionary sedang berjalan dengan yang berisi parameter runtime. |