Show / Hide Table of Contents

    Class FetchSheetValuesAsyncControl

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

    Constructors

    | Improve this Doc View Source

    FetchSheetValuesAsyncControl(SheetsService, String, String)

    Constructor.

    Declaration
    public FetchSheetValuesAsyncControl(SheetsService sheetsService, string spreadsheetId, string sheetName = null)
    Parameters
    Type Name Description
    SheetsService sheetsService

    A instance of the .

    String spreadsheetId

    The name of the Spreadsheet.

    String sheetName

    The sheet name.

    Methods

    | Improve this Doc View Source

    OnStart()

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

    Implements

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