C# Class Amazon.DNXCore.IntegrationTests.ServiceResponseCounter

Inheritance: DisposableSwitch
Show file Open project: aws/aws-sdk-net

Private Properties

Property Type Description
Attach void
Count void
Detach void

Public Methods

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

Private Methods

Method Description
Attach ( ) : void
Count ( object sender, ResponseEventArgs e ) : void
Detach ( ) : void

Method Details

Reset() public method

public Reset ( ) : void
return void

ServiceResponseCounter() public method

public ServiceResponseCounter ( AmazonServiceClient client, Predicate requestsToCount = null ) : Amazon.Runtime
client AmazonServiceClient
requestsToCount Predicate
return Amazon.Runtime