Show / Hide Table of Contents

    Class AuthorizeAsyncControl

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

    Constructors

    | Improve this Doc View Source

    AuthorizeAsyncControl(String, String, String, List<String>)

    Constructor.

    Declaration
    public AuthorizeAsyncControl(string clientId, string clientSecret, string applicationId, List<string> scopes)
    Parameters
    Type Name Description
    String clientId
    String clientSecret
    String applicationId
    List<String> scopes

    Methods

    | Improve this Doc View Source

    OnStart()

    Declaration
    protected override void OnStart()
    Overrides
    GoogleSheetFetcher.Editor.AsyncControls.AsyncControlBase<UserCredential>.OnStart()

    Implements

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