Domain.GamePlayerRef.WithTimeout C# (CSharp) Method

WithTimeout() public method

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