Amazon.DNXCore.IntegrationTests.ServiceResponseCounter.Attach C# (CSharp) Метод

Attach() приватный Метод

private Attach ( ) : void
Результат void
        private void Attach()
        {
            Client.AfterResponseEvent += Count;
        }
        private void Detach()