RootContext
Namespace: Hex1b
Assembly: Hex1b.dll
Root context for starting widget tree construction.
csharp
public class RootContext : WidgetContext<RootWidget>Inheritance
Object → WidgetContext<RootWidget> → RootContext
Properties
CancellationToken
The cancellation token for the application lifecycle. Use this to observe when the application is shutting down.
Returns: CancellationToken
csharp
public CancellationToken CancellationToken { get; }