C# Class Amazon.Runtime.Internal.StreamReadTracker

Afficher le fichier Open project: aws/aws-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
ReadProgress ( int bytesRead ) : void
UpdateProgress ( float progress ) : void

Private Methods

Méthode Description
StreamReadTracker ( object sender, EventHandler callback, long contentLength, long progressUpdateInterval ) : System

Method Details

ReadProgress() public méthode

public ReadProgress ( int bytesRead ) : void
bytesRead int
Résultat void

UpdateProgress() public méthode

public UpdateProgress ( float progress ) : void
progress float
Résultat void