C# 클래스 CoreTweet.UploadChunkedProgressInfo

Contains status information on the progress of Rest.Media.UploadChunkedAsync(System.IO.Stream, UploadMediaType, object, System.Threading.CancellationToken, System.IProgress{UploadChunkedProgressInfo}).
파일 보기 프로젝트 열기: CoreTweet/CoreTweet

공개 메소드들

메소드 설명
UploadChunkedProgressInfo ( UploadChunkedProgressStage stage, long bytesSent, long totalBytesToSend, int processingProgressPercent )

메소드 상세

UploadChunkedProgressInfo() 공개 메소드

public UploadChunkedProgressInfo ( UploadChunkedProgressStage stage, long bytesSent, long totalBytesToSend, int processingProgressPercent )
stage UploadChunkedProgressStage
bytesSent long
totalBytesToSend long
processingProgressPercent int