Akka.Interfaced.Persistence.Tests.NotepadRef.WithTimeout C# (CSharp) Method

WithTimeout() public method

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