Akka.Interfaced.SlimSocket.EntryRef.WithTimeout C# (CSharp) Méthode

WithTimeout() public méthode

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