VintaSoft Twain .NET SDK 15.3: Руководство для .NET разработчика
Vintasoft.WpfTwain.ImageUploading.Ftp Namespace / ProgressChangedEventArgs Class / ProgressChangedEventArgs Constructor(StatusCode,String,Int32,Int32)
Синтаксис Требования Смотрите также
В этом разделе
    ProgressChangedEventArgs Constructor(StatusCode,String,Int32,Int32)
    В этом разделе
    Initializes a new instance of the ProgressChangedEventArgs class.
    Синтаксис
    'Declaration
    
    Public Function New( _
    ByVal statusCode
    Current status code.
    As StatusCode, _
    ByVal statusString
    Current status string.
    As String, _
    ByVal bytesTotal
    Count of bytes that should be uploaded to HTTP server.
    As Integer, _
    ByVal bytesUploaded
    Count of bytes that already uploaded to HTTP server.
    As Integer _
    )
    public ProgressChangedEventArgs(
    StatusCode statusCode,
    string statusString,
    int bytesTotal,
    int bytesUploaded
    )
    public: ProgressChangedEventArgs(
    StatusCode statusCode,
    string* statusString,
    int bytesTotal,
    int bytesUploaded
    )
    public:
    ProgressChangedEventArgs(
    StatusCode statusCode,
    string^ statusString,
    int bytesTotal,
    int bytesUploaded
    )

    Parameters

    statusCode
    Current status code.
    statusString
    Current status string.
    bytesTotal
    Count of bytes that should be uploaded to HTTP server.
    bytesUploaded
    Count of bytes that already uploaded to HTTP server.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также