Search Results for

    Show / Hide Table of Contents

    Class DataTransferEventArgs

    Used for tracking progess of file uploads/downloads to and from a project server

    Inheritance
    object
    EventArgs
    CancelEventArgs
    DataTransferEventArgs
    Inherited Members
    CancelEventArgs.Cancel
    EventArgs.Empty
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.ProjectAutomation.Core
    Assembly: Sdl.ProjectAutomation.Core.dll
    Syntax
    public class DataTransferEventArgs : CancelEventArgs

    Constructors

    DataTransferEventArgs()

    Declaration
    public DataTransferEventArgs()

    Properties

    BytesTransferred

    Declaration
    public long BytesTransferred { get; set; }
    Property Value
    Type Description
    long

    FileBytesTransferred

    Number of bytes currently transfered

    Declaration
    public long FileBytesTransferred { get; set; }
    Property Value
    Type Description
    long

    FileTotalBytes

    Total number of bytes in the file

    Declaration
    public long FileTotalBytes { get; set; }
    Property Value
    Type Description
    long

    Filename

    File being uploaded/downloaded

    Declaration
    public string Filename { get; set; }
    Property Value
    Type Description
    string

    TotalBytes

    Declaration
    public long TotalBytes { get; set; }
    Property Value
    Type Description
    long
    In this article
    • Constructors
      • DataTransferEventArgs()
    • Properties
      • BytesTransferred
      • FileBytesTransferred
      • FileTotalBytes
      • Filename
      • TotalBytes
    Back to top Generated by DocFX