Akka.Interfaced.SlimServer.ActorBoundChannelRef.WithTimeout C# (CSharp) Méthode

WithTimeout() public méthode

public WithTimeout ( System.TimeSpan timeout ) : ActorBoundChannelRef
timeout System.TimeSpan
Résultat ActorBoundChannelRef
        public ActorBoundChannelRef WithTimeout(TimeSpan? timeout)
        {
            return new ActorBoundChannelRef(Target, RequestWaiter, timeout);
        }