質問

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