Ejemplo n.º 1
0
 public static ServiceBusRetryWrapperBuilder RetryCount(this ServiceBusRetryWrapperBuilder serviceBusRetryWrapperBuilder,
                                                        int retryCount,
                                                        int interval) =>
 serviceBusRetryWrapperBuilder.WithRetryCount(retryCount: retryCount)
 .WithInterval(interval);
Ejemplo n.º 2
0
 public static ServiceBusRetryWrapperBuilder RetryCount(this ServiceBusRetryWrapperBuilder serviceBusRetryWrapperBuilder,
                                                        int retryCount) =>
 serviceBusRetryWrapperBuilder.WithRetryCount(retryCount: retryCount);