Akka.Interfaced.SlimSocket.EntryRef.WithTimeout C# (CSharp) Method

WithTimeout() public method

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