Akka.Interfaced.SlimServer.ActorBoundChannelRef.WithTimeout C# (CSharp) Метод

WithTimeout() публичный Метод

public WithTimeout ( System.TimeSpan timeout ) : ActorBoundChannelRef
timeout System.TimeSpan
Результат ActorBoundChannelRef
        public ActorBoundChannelRef WithTimeout(TimeSpan? timeout)
        {
            return new ActorBoundChannelRef(Target, RequestWaiter, timeout);
        }