コード例 #1
0
 protected override TransportSendingConfigurationResult ConfigureForSending(TransportSendingConfigurationContext context)
 {
     return(null);
 }
コード例 #2
0
 protected override TransportSendingConfigurationResult ConfigureForSending(TransportSendingConfigurationContext context)
 {
     throw new NotImplementedException();
 }
コード例 #3
0
 protected override TransportSendingConfigurationResult ConfigureForSending(TransportSendingConfigurationContext context)
 {
     throw new NotImplementedException();
 }
コード例 #4
0
 protected override TransportSendingConfigurationResult ConfigureForSending(TransportSendingConfigurationContext context)
 {
     return null;
 }
コード例 #5
0
 protected override void ConfigureForSending(TransportSendingConfigurationContext context)
 {
     context.SetDispatcherFactory(() => new Dispatcher(context.GlobalSettings.EndpointName()));
 }