SiloLifecycleSubject.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 override void OnStartStageCompleted (int stage);
override this.OnStartStageCompleted : int -> unit
Protected Overrides Sub OnStartStageCompleted (stage As Integer)
Parameters
- stage
- Int32
The stage which completed.