NavigationProxy.PopToRootAsync Method

Definition

Overloads

PopToRootAsync()

For internal use by the Xamarin.Forms platform.

PopToRootAsync(Boolean)

For internal use by the Xamarin.Forms platform.

PopToRootAsync()

For internal use by the Xamarin.Forms platform.

public System.Threading.Tasks.Task PopToRootAsync ();
abstract member PopToRootAsync : unit -> System.Threading.Tasks.Task
override this.PopToRootAsync : unit -> System.Threading.Tasks.Task

Returns

System.Threading.Tasks.Task

For internal use by the Xamarin.Forms platform.

Implements

Applies to

PopToRootAsync(Boolean)

For internal use by the Xamarin.Forms platform.

public System.Threading.Tasks.Task PopToRootAsync (bool animated);
abstract member PopToRootAsync : bool -> System.Threading.Tasks.Task
override this.PopToRootAsync : bool -> System.Threading.Tasks.Task

Parameters

animated
System.Boolean

For internal use by the Xamarin.Forms platform.

Returns

System.Threading.Tasks.Task

For internal use by the Xamarin.Forms platform.

Implements

Applies to