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

WithTimeout() 공개 메소드

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