コード例 #1
0
 public FactoryInteceptor(IRemoteDispatcher dispatcher)
 {
     this.dispatcher = dispatcher;
 }
コード例 #2
0
 public RemoteInteceptor(string serviceName, IRemoteDispatcher dispatcher)
 {
     this.serviceName = serviceName;
     this.dispatcher  = dispatcher;
 }