Show / Hide Table of Contents

    Class ResumeConnectionServerCommandHandler

    Handler for the ResumeConnectionServerCommand.

    Inheritance
    Object
    ResumeConnectionServerCommandHandler
    Implements
    IServerCommandHandler<ResumeConnectionServerCommand>
    Inherited Members
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Object.ReferenceEquals(Object, Object)
    Object.ToString()
    Namespace: FubarDev.FtpServer.ServerCommandHandlers
    Assembly: FubarDev.FtpServer.dll
    Syntax
    public class ResumeConnectionServerCommandHandler : IServerCommandHandler<ResumeConnectionServerCommand>

    Constructors

    | Improve this Doc View Source

    ResumeConnectionServerCommandHandler(IFtpConnectionAccessor, Nullable<ILogger<ResumeConnectionServerCommandHandler>>)

    Initializes a new instance of the ResumeConnectionServerCommandHandler class.

    Declaration
    public ResumeConnectionServerCommandHandler(IFtpConnectionAccessor connectionAccessor, ILogger<ResumeConnectionServerCommandHandler>? logger = default(ILogger<ResumeConnectionServerCommandHandler>? ))
    Parameters
    Type Name Description
    IFtpConnectionAccessor connectionAccessor

    The FTP connection accessor.

    Nullable<ILogger<ResumeConnectionServerCommandHandler>> logger

    The logger.

    Methods

    | Improve this Doc View Source

    ExecuteAsync(ResumeConnectionServerCommand, CancellationToken)

    Declaration
    public Task ExecuteAsync(ResumeConnectionServerCommand command, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    ResumeConnectionServerCommand command
    CancellationToken cancellationToken
    Returns
    Type Description
    Task

    Implements

    IServerCommandHandler<TCommand>
    • 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.