Akka.Interfaced.SlimSocket.Server.GatewayRef.WithTimeout C# (CSharp) Method

WithTimeout() public method

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