AppProperties.OnAppDisposing Property

 

Gets or sets the cancellation token for “host.OnAppDisposing”.

Namespace:   Microsoft.Owin.BuilderProperties
Assembly:  Microsoft.Owin (in Microsoft.Owin.dll)

Syntax

public CancellationToken OnAppDisposing { get; set; }
public:
property CancellationToken OnAppDisposing {
    CancellationToken get();
    void set(CancellationToken value);
}
member OnAppDisposing : CancellationToken with get, set
Public Property OnAppDisposing As CancellationToken

Property Value

Type: System.Threading.CancellationToken

The cancellation token for “host.OnAppDisposing”.

See Also

AppProperties Structure
Microsoft.Owin.BuilderProperties Namespace

Return to top