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);
        }