示例#1
0
 IConfigureProcessors IConfigureProcessors.ForEndpoint(IConfigureHostedEndpoint endpoint, Action<IConfigureProcessingService> cfg)
 {
     endpoint.MustNotBeNull();
     _points.Add(endpoint,cfg??Empty.ActionOf<IConfigureProcessingService>());
     return this;
 }
示例#2
0
 IConfigureProcessors IConfigureProcessors.ForEndpoint(IConfigureHostedEndpoint endpoint, Action <IConfigureProcessingService> cfg)
 {
     endpoint.MustNotBeNull();
     _points.Add(endpoint, cfg ?? Empty.ActionOf <IConfigureProcessingService>());
     return(this);
 }