Akka.Tests.Performance.Actor.Pattern.AskSpec.AskThroughput C# (CSharp) Method

AskThroughput() private method

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