Domain.GamePlayerRef.WithTimeout C# (CSharp) Méthode

WithTimeout() public méthode

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