Table of Contents

Method CancelValueWaiter

Namespace
Alternet.Maui
Assembly
Alternet.UI.Maui.dll

CancelValueWaiter()

Cancels the current value waiter, if one exists.

public virtual void CancelValueWaiter()

Remarks

This method sets the value of the active waiter to null and clears the reference to it. It is safe to call this method even if no value waiter is active.