Ejemplo n.º 1
0
 protected InterceptorStats StatsFor(IActorRef actorRef, MessageDispatcher dispatcher = null)
 {
     return(dispatcher?.AsInstanceOf <MessageDispatcherInterceptor>().GetStats(actorRef));
 }