SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
SwyxWare 14.20 - ConfigDataStore SDK SwyxWare 14.20 - ConfigDataStore SDK
Generated with DocFX + Singulink

Search Results for

    Class FileTransferEventArgs

    Namespace
    SWConfigDataClientLib.Proxies.Files
    Assembly
    IpPbxCDSClientLib.dll
    public class FileTransferEventArgs : EventArgs
    Inheritance
    object
    EventArgs
    FileTransferEventArgs

    Properties

    BytesTransferred

    Bytes transferred up to now

    public int BytesTransferred { get; }

    Property Value

    int

    Cancel

    Set to true to cancel operation

    public bool Cancel { get; set; }

    Property Value

    bool

    ChunkSize

    Returns the current chunk size

    public int ChunkSize { get; }

    Property Value

    int

    Completed

    True if Operation completed

    public bool Completed { get; }

    Property Value

    bool

    Download

    True if the transfer job is a file download.

    public bool Download { get; }

    Property Value

    bool

    FileName

    public string FileName { get; }

    Property Value

    string

    ID

    JobID

    public Guid ID { get; set; }

    Property Value

    Guid

    LastChunkTransferTimedOut

    public bool LastChunkTransferTimedOut { get; }

    Property Value

    bool

    LastTransferDurationMS

    Duration of last chunk operation

    public double LastTransferDurationMS { get; }

    Property Value

    double

    Progress

    Progress in percent

    public int Progress { get; }

    Property Value

    int

    SizeInBytes

    The complete (uncompressed in case of upload) size

    public int SizeInBytes { get; }

    Property Value

    int

    Upload

    True if the transfer job is an upload.

    public bool Upload { get; }

    Property Value

    bool

    Methods

    GetChunkSize(bool)

    public int GetChunkSize(bool autoAdapting)

    Parameters

    autoAdapting bool

    Returns

    int
    © Enreach GmbH