Show / Hide Table of Contents

    Interface IServerCommandExecutor

    A server command executor.

    Namespace: FubarDev.FtpServer.ServerCommands
    Assembly: FubarDev.FtpServer.dll
    Syntax
    public interface IServerCommandExecutor

    Methods

    | Improve this Doc View Source

    ExecuteAsync(IServerCommand, CancellationToken)

    Execute the given server command.

    Declaration
    Task ExecuteAsync(IServerCommand serverCommand, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    IServerCommand serverCommand

    The server command to execute.

    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Type Description
    Task

    The task.

    • Improve this Doc
    • View Source
    Back to top
    Copyright © 2018 Fubar Development Junker
    Generated by DocFX
    Creative Commons License
    FluentMigrator Documentation by FluentMigrator Project is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.