Show / Hide Table of Contents

    Interface IPausableFtpService

    Interface for an FTP service that can be paused.

    Inherited Members
    IFtpService.StartAsync(CancellationToken)
    IFtpService.StopAsync(CancellationToken)
    Namespace: FubarDev.FtpServer
    Assembly: FubarDev.FtpServer.Abstractions.dll
    Syntax
    public interface IPausableFtpService : IFtpService

    Properties

    | Improve this Doc View Source

    Status

    Gets the current status.

    Declaration
    FtpServiceStatus Status { get; }
    Property Value
    Type Description
    FtpServiceStatus

    Methods

    | Improve this Doc View Source

    ContinueAsync(CancellationToken)

    Continues the FTP service.

    Declaration
    Task ContinueAsync(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    CancellationToken cancellationToken

    The cancellation token.

    Returns
    Type Description
    Task

    The task.

    | Improve this Doc View Source

    PauseAsync(CancellationToken)

    Pauses the FTP service.

    Declaration
    Task PauseAsync(CancellationToken cancellationToken)
    Parameters
    Type Name Description
    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.