LifecycleSubject.OnStartStageCompleted(Int32) 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.
Signifies that OnStart(CancellationToken) completed.
protected virtual void OnStartStageCompleted (int stage);
abstract member OnStartStageCompleted : int -> unit
override this.OnStartStageCompleted : int -> unit
Protected Overridable Sub OnStartStageCompleted (stage As Integer)
Parameters
- stage
- Int32
The stage which completed.