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