Akka.Interfaced.TestKit.Tests.UserLoginRef.WithTimeout C# (CSharp) Method

WithTimeout() public method

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