Search Results for

    Show / Hide Table of Contents

    Class DataTransferEventArgs

    Inheritance
    System.Object
    DataTransferEventArgs
    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
    System.Int64

    FileBytesTransferred

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

    Filename

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

    FileTotalBytes

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

    TotalBytes

    Declaration
    public long TotalBytes { get; set; }
    Property Value
    Type Description
    System.Int64

    On this page

    • Constructors
      • DataTransferEventArgs()
    • Properties
      • BytesTransferred
      • FileBytesTransferred
      • Filename
      • FileTotalBytes
      • TotalBytes
    Back to top Generated by DocFX