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