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

WithTimeout() public method

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