Show / Hide Table of Contents

    Class ProgressPage

    Inheritance
    System.Object
    ProgressPage
    Namespace: Sensus.UI
    Assembly: SensusAndroid.dll
    Syntax
    public class ProgressPage : ContentPage

    Constructors

    ProgressPage(String, CancellationTokenSource)

    Declaration
    public ProgressPage(string description, CancellationTokenSource cancellationTokenSource)
    Parameters
    Type Name Description
    System.String description
    System.Threading.CancellationTokenSource cancellationTokenSource

    Methods

    CloseAsync()

    Declaration
    public Task CloseAsync()
    Returns
    Type Description
    System.Threading.Tasks.Task

    DisplayAsync(INavigation)

    Declaration
    public Task DisplayAsync(INavigation navigation)
    Parameters
    Type Name Description
    Xamarin.Forms.INavigation navigation
    Returns
    Type Description
    System.Threading.Tasks.Task

    GetProgress()

    Declaration
    public double GetProgress()
    Returns
    Type Description
    System.Double

    OnBackButtonPressed()

    Declaration
    protected override bool OnBackButtonPressed()
    Returns
    Type Description
    System.Boolean

    SetProgressAsync(Double, String)

    Declaration
    public Task SetProgressAsync(double progress, string currentTask)
    Parameters
    Type Name Description
    System.Double progress
    System.String currentTask
    Returns
    Type Description
    System.Threading.Tasks.Task
    Back to top Copyright © 2014-2018 University of Virginia
    Generated by DocFX