Akka.Interfaced.SlimSocket.GreeterWithObserverRef.WithTimeout C# (CSharp) 메소드

WithTimeout() 공개 메소드

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