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

WithTimeout() public method

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