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