Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Amazon
Runtime
Internal
StreamReadTracker
C# 클래스 Amazon.Runtime.Internal.StreamReadTracker
파일 보기
프로젝트 열기: aws/aws-sdk-net
1 사용 예제들
공개 메소드들
메소드
설명
ReadProgress
(
int
bytesRead
) :
void
UpdateProgress
(
float
progress
) :
void
비공개 메소드들
메소드
설명
StreamReadTracker
(
object
sender
,
EventHandler
callback
,
long
contentLength
,
long
progressUpdateInterval
) :
System
메소드 상세
ReadProgress()
공개
메소드
public
ReadProgress
(
int
bytesRead
) :
void
bytesRead
int
리턴
void
UpdateProgress()
공개
메소드
public
UpdateProgress
(
float
progress
) :
void
progress
float
리턴
void