다음을 통해 공유


NetworkProgressChangedEventArgs(Int32, Int32, Int32, Object) 생성자

정의

주의

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

NetworkProgressChangedEventArgs 클래스의 새 인스턴스를 초기화합니다.

public:
 NetworkProgressChangedEventArgs(int percentage, int processedBytes, int totalBytes, System::Object ^ userState);
[System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)]
public NetworkProgressChangedEventArgs (int percentage, int processedBytes, int totalBytes, object userState);
[<System.Obsolete("This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.", true)>]
new System.Net.NetworkProgressChangedEventArgs : int * int * int * obj -> System.Net.NetworkProgressChangedEventArgs
Public Sub New (percentage As Integer, processedBytes As Integer, totalBytes As Integer, userState As Object)

매개 변수

percentage
Int32

비동기 작업의 완료율입니다.

processedBytes
Int32

처리된 바이트 수입니다.

totalBytes
Int32

총 바이트 수입니다.

userState
Object

고유한 사용자 상태입니다.

특성

적용 대상