ILifecycleObserver.OnStop(CancellationToken) 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.
Handle stop notifications.
public System.Threading.Tasks.Task OnStop (System.Threading.CancellationToken ct);
public System.Threading.Tasks.Task OnStop (System.Threading.CancellationToken cancellationToken = default);
abstract member OnStop : System.Threading.CancellationToken -> System.Threading.Tasks.Task
abstract member OnStop : System.Threading.CancellationToken -> System.Threading.Tasks.Task
Public Function OnStop (ct As CancellationToken) As Task
Public Function OnStop (Optional cancellationToken As CancellationToken = Nothing) As Task
Parameters
- ctcancellationToken
- CancellationToken
Returns
A Task which represents the operation.