开发者

Nservicebus Saga

I am starting a nsb saga using IAmStartedByMessages. On the handle of this particualr message i am doing some kind of business logic if some cases fail i don't want the Saga to be persisted. How can i achieve this?

Thank开发者_JAVA百科s, Ajai


If you call MarkAsComplete() in the handling method of the first message, then the saga won't be persisted.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜