protected override TransportSendingConfigurationResult ConfigureForSending(TransportSendingConfigurationContext context)
 {
     return(null);
 }
 protected override TransportSendingConfigurationResult ConfigureForSending(TransportSendingConfigurationContext context)
 {
     throw new NotImplementedException();
 }
 protected override TransportSendingConfigurationResult ConfigureForSending(TransportSendingConfigurationContext context)
 {
     throw new NotImplementedException();
 }
 protected override TransportSendingConfigurationResult ConfigureForSending(TransportSendingConfigurationContext context)
 {
     return null;
 }
Exemple #5
0
 protected override void ConfigureForSending(TransportSendingConfigurationContext context)
 {
     context.SetDispatcherFactory(() => new Dispatcher(context.GlobalSettings.EndpointName()));
 }