{!See https://docs.google.com/document/d/1takg_GmIBBKKTj-GHZCwzxohpQz7Bhekivkk72kYMtE/edit for reference implementation of OneTrust, dataLayer and GTM} {!OneTrust Cookies Consent} {!OneTrust Cookies Consent end} {!dataLayer initialization push} {!dataLayer initialization push end} {!Google Tag Manager} {!Google Tag Manager end} Constructor AsyncRelayCommand | App UI | 0.5.5
docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Constructor AsyncRelayCommand

    AsyncRelayCommand(Func<Task>)

    Initializes a new instance of the AsyncRelayCommand class.

    Declaration
    public AsyncRelayCommand(Func<Task> execute)
    Parameters
    Type Name Description
    Func<Task> execute

    The Func<TResult> to invoke when ExecuteAsync(object?) is called.

    Exceptions
    Type Condition
    ArgumentNullException

    If the execute argument is null.

    AsyncRelayCommand(Func<Task>, AsyncRelayCommandOptions)

    Initializes a new instance of the AsyncRelayCommand class.

    Declaration
    public AsyncRelayCommand(Func<Task> execute, AsyncRelayCommandOptions options)
    Parameters
    Type Name Description
    Func<Task> execute

    The Func<TResult> to invoke when ExecuteAsync(object?) is called.

    AsyncRelayCommandOptions options

    The AsyncRelayCommandOptions to use.

    Exceptions
    Type Condition
    ArgumentNullException

    If the execute argument is null.

    AsyncRelayCommand(Func<CancellationToken, Task>)

    Initializes a new instance of the AsyncRelayCommand class.

    Declaration
    public AsyncRelayCommand(Func<CancellationToken, Task> cancellableExecute)
    Parameters
    Type Name Description
    Func<CancellationToken, Task> cancellableExecute

    The Func<TResult> to invoke when ExecuteAsync(object?) is called.

    Exceptions
    Type Condition
    ArgumentNullException

    If the execute argument is null.

    AsyncRelayCommand(Func<CancellationToken, Task>, AsyncRelayCommandOptions)

    Initializes a new instance of the AsyncRelayCommand class.

    Declaration
    public AsyncRelayCommand(Func<CancellationToken, Task> cancellableExecute, AsyncRelayCommandOptions options)
    Parameters
    Type Name Description
    Func<CancellationToken, Task> cancellableExecute

    The Func<TResult> to invoke when ExecuteAsync(object?) is called.

    AsyncRelayCommandOptions options

    The AsyncRelayCommandOptions to use.

    Exceptions
    Type Condition
    ArgumentNullException

    If the execute argument is null.

    AsyncRelayCommand(Func<Task>, Func<bool>)

    Initializes a new instance of the AsyncRelayCommand class.

    Declaration
    public AsyncRelayCommand(Func<Task> execute, Func<bool> canExecute)
    Parameters
    Type Name Description
    Func<Task> execute

    The Func<TResult> to invoke when ExecuteAsync(object?) is called.

    Func<bool> canExecute

    The Func<TResult> to invoke when CanExecute() is called.

    Exceptions
    Type Condition
    ArgumentNullException

    If the execute argument is null.

    AsyncRelayCommand(Func<Task>, Func<bool>, AsyncRelayCommandOptions)

    Initializes a new instance of the AsyncRelayCommand class.

    Declaration
    public AsyncRelayCommand(Func<Task> execute, Func<bool> canExecute, AsyncRelayCommandOptions options)
    Parameters
    Type Name Description
    Func<Task> execute

    The Func<TResult> to invoke when ExecuteAsync(object?) is called.

    Func<bool> canExecute

    The Func<TResult> to invoke when CanExecute() is called.

    AsyncRelayCommandOptions options

    The AsyncRelayCommandOptions to use.

    Exceptions
    Type Condition
    ArgumentNullException

    If the execute argument is null.

    AsyncRelayCommand(Func<CancellationToken, Task>, Func<bool>)

    Initializes a new instance of the AsyncRelayCommand class.

    Declaration
    public AsyncRelayCommand(Func<CancellationToken, Task> cancellableExecute, Func<bool> canExecute)
    Parameters
    Type Name Description
    Func<CancellationToken, Task> cancellableExecute

    The Func<TResult> to invoke when ExecuteAsync(object?) is called.

    Func<bool> canExecute

    The Func<TResult> to invoke when CanExecute() is called.

    Exceptions
    Type Condition
    ArgumentNullException

    If the execute argument is null.

    AsyncRelayCommand(Func<CancellationToken, Task>, Func<bool>, AsyncRelayCommandOptions)

    Initializes a new instance of the AsyncRelayCommand class.

    Declaration
    public AsyncRelayCommand(Func<CancellationToken, Task> cancellableExecute, Func<bool> canExecute, AsyncRelayCommandOptions options)
    Parameters
    Type Name Description
    Func<CancellationToken, Task> cancellableExecute

    The Func<TResult> to invoke when ExecuteAsync(object?) is called.

    Func<bool> canExecute

    The Func<TResult> to invoke when CanExecute() is called.

    AsyncRelayCommandOptions options

    The AsyncRelayCommandOptions to use.

    Exceptions
    Type Condition
    ArgumentNullException

    If the execute argument is null.

    In This Article
    Back to top
    Copyright © 2023 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)