Question

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!

Était-ce utile?

La solution

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

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top