DefaultWorkflowSchedulerService.OnStarted Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Notifies the DefaultWorkflowSchedulerService that a workflow instance has started to run.
protected:
override void OnStarted();
protected override void OnStarted ();
override this.OnStarted : unit -> unit
Protected Overrides Sub OnStarted ()
Remarks
OnStarted creates a thread for the first work item in the list of items waiting to be included in the workflow instance thread pool.
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET