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

WithTimeout() public méthode

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