Amazon.DNXCore.IntegrationTests.ServiceResponseCounter.Attach C# (CSharp) Method

Attach() private method

private Attach ( ) : void
return void
        private void Attach()
        {
            Client.AfterResponseEvent += Count;
        }
        private void Detach()