EyeAuras Docs EyeAuras Docs
EyeAuras Docs EyeAuras Docs
DocFX + Singulink = ♥

Search Results for

    Method Execute

    Execute(CancellationToken)

    Executes the action with support for parent cancellation. The action can be cancelled (if supported) by calling the Cancel method either on the action itself or on the parent.

    Declaration
    public void Execute(CancellationToken parentToken = default)
    Parameters
    Type Name Description
    CancellationToken parentToken

    The cancellation token which will be monitored. Execution will stop if cancellation is requested

    Implements
    IAuraAction.Execute(CancellationToken)
    2025 © Xab3r. All rights reserved.