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

WithTimeout() public méthode

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