Akka.Interfaced.SlimServer.ActorBoundChannelRef.WithTimeout C# (CSharp) Method

WithTimeout() public method

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