Akka.Interfaced.Persistence.Tests.NotepadRef.WithTimeout C# (CSharp) 메소드

WithTimeout() 공개 메소드

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