문제

I'm trying to check the result in the MSDM when the resuming bookmark gets a timeout, and I couldn't find a clear answer.

http://msdn.microsoft.com/en-us/library/ee149798.aspx

BookmarkResumptionResult rtv = workflowApplication.ResumeBookmark(bookmarkName, value, bookmarkResumptionTimeout);

Should it be NotFound or NotReady?

Thanks!

도움이 되었습니까?

해결책

I was unable to find documentation but looking into reflector System.TimeoutException will be thrown.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top