Share via


IApplicationLifetimeWrapper.OnStarted Property

Definition

Gets a CancellationToken that can be used to detect function app startup events.

public System.Threading.CancellationToken OnStarted { get; }
member this.OnStarted : System.Threading.CancellationToken
Public ReadOnly Property OnStarted As CancellationToken

Property Value

A CancellationToken that is signalled when the function app has started up.

Applies to