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

WithTimeout() public method

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