C# Class Amazon.DNXCore.IntegrationTests.ServiceResponseCounter

Inheritance: DisposableSwitch
Afficher le fichier Open project: aws/aws-sdk-net

Private Properties

Свойство Type Description
Attach void
Count void
Detach void

Méthodes publiques

Méthode Description
Reset ( ) : void
ServiceResponseCounter ( AmazonServiceClient client, Predicate requestsToCount = null ) : Amazon.Runtime

Private Methods

Méthode Description
Attach ( ) : void
Count ( object sender, ResponseEventArgs e ) : void
Detach ( ) : void

Method Details

Reset() public méthode

public Reset ( ) : void
Résultat void

ServiceResponseCounter() public méthode

public ServiceResponseCounter ( AmazonServiceClient client, Predicate requestsToCount = null ) : Amazon.Runtime
client AmazonServiceClient
requestsToCount Predicate
Résultat Amazon.Runtime