Akka.Interfaced.TestKit.Tests.UserLoginRef.WithTimeout C# (CSharp) 메소드

WithTimeout() 공개 메소드

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