Domain.GameRef.WithTimeout C# (CSharp) Method

WithTimeout() public method

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