Akka.Tests.Performance.Actor.Pattern.AskSpec.AskThroughput C# (CSharp) 메소드

AskThroughput() 개인적인 메소드

private AskThroughput ( BenchmarkContext context ) : void
context NBench.BenchmarkContext
리턴 void
        public void AskThroughput(BenchmarkContext context)
        {
            _target.Ask<ActorIdentity>(Msg, AskTimeout).Wait();
            _askThroughputCounter.Increment();
        }