C# Class Amazon.Runtime.Internal.StreamReadTracker

Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
ReadProgress ( int bytesRead ) : void
UpdateProgress ( float progress ) : void

Private Methods

Method Description
StreamReadTracker ( object sender, EventHandler callback, long contentLength, long progressUpdateInterval ) : System

Method Details

ReadProgress() public method

public ReadProgress ( int bytesRead ) : void
bytesRead int
return void

UpdateProgress() public method

public UpdateProgress ( float progress ) : void
progress float
return void