コード例 #1
0
 protected WcfSource(ServiceDefinition[] serviceDefinitions, IChannelAware application)
 {
     _serviceDefinitions = serviceDefinitions;
     _application        = application;
 }
コード例 #2
0
 public WcfMsmqSource(ServiceDefinition[] serviceDefinitions, IChannelAware application)
     : base(serviceDefinitions, application)
 {
 }