Show / Hide Table of Contents

    Class FetchSheetsAsyncControl

    Inheritance
    Object
    AsyncControlBase<IList<Sheet>>
    FetchSheetsAsyncControl
    Implements
    IAsyncControl
    Inherited Members
    AsyncControlBase<IList<Sheet>>.Completed
    AsyncControlBase<IList<Sheet>>.Status
    AsyncControlBase<IList<Sheet>>.Exception
    AsyncControlBase<IList<Sheet>>.Result
    AsyncControlBase<IList<Sheet>>.IsDone
    AsyncControlBase<IList<Sheet>>.Task
    AsyncControlBase<IList<Sheet>>.IAsyncControl.Task
    AsyncControlBase<IList<Sheet>>.Progress
    AsyncControlBase<IList<Sheet>>.CancellationToken
    AsyncControlBase<IList<Sheet>>.Succeeded(IList<Sheet>)
    AsyncControlBase<IList<Sheet>>.Failed(Exception)
    AsyncControlBase<IList<Sheet>>.GetProgress()
    AsyncControlBase<IList<Sheet>>.Start()
    AsyncControlBase<IList<Sheet>>.Cancel()
    Namespace: GoogleSheetFetcher.Editor
    Assembly: GoogleSheetFetcher.Editor.dll
    Syntax
    public class FetchSheetsAsyncControl : AsyncControlBase<IList<Sheet>>, IAsyncControl

    Constructors

    | Improve this Doc View Source

    FetchSheetsAsyncControl(SheetsService, String)

    Constructor.

    Declaration
    public FetchSheetsAsyncControl(SheetsService sheetsService, string spreadsheetId)
    Parameters
    Type Name Description
    SheetsService sheetsService

    A instance of the .

    String spreadsheetId

    The name of the Spreadsheet.

    Methods

    | Improve this Doc View Source

    OnStart()

    Declaration
    protected override void OnStart()
    Overrides
    GoogleSheetFetcher.Editor.AsyncControls.AsyncControlBase<System.Collections.Generic.IList<GoogleSheetFetcher.Editor.Sheet>>.OnStart()

    Implements

    IAsyncControl
    • Improve this Doc
    • View Source
    Back to top Google Sheet Fetcher Documentation