Akka.Interfaced.SlimServer.DummyEx2Ref.WithTimeout C# (CSharp) 메소드

WithTimeout() 공개 메소드

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