コード例 #1
0
 public static RebusSagasConfigurer WithIdempotentSagas(this RebusSagasConfigurer configurer)
 {
     var manager = new IdempotentSagasManager(configurer.Backbone);
     return configurer;
 }
コード例 #2
0
        public static RebusSagasConfigurer WithIdempotentSagas(this RebusSagasConfigurer configurer)
        {
            var manager = new IdempotentSagasManager(configurer.Backbone);

            return(configurer);
        }