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