Table of Contents

Class AwaitableIntent

Namespace
Nalu
Assembly
Nalu.Maui.Navigation.dll

Base class for intents that can be awaited.

public abstract class AwaitableIntent
Inheritance
AwaitableIntent
Inherited Members

Methods

GetAwaiter()

Gets an awaiter to await this AwaitableIntent<T>.

public TaskAwaiter GetAwaiter()

Returns

TaskAwaiter

SetException(Exception)

Transitions the intent into a failed state with the given exception. This will cause the awaiter to throw the exception when awaited.

public void SetException(Exception ex)

Parameters

ex Exception