상속: ICommunicationServiceCallback, IDisposable
예제 #1
0
 public ServiceFactory()
 {
     // callback instance will be instantiated once per process
     _instanceCallback = new CommunicationCallback();
     _instanceContext  = new InstanceContext(_instanceCallback);
     _useMock          = Convert.ToBoolean(System.Configuration.ConfigurationManager.AppSettings["UseMock"]);
 }
예제 #2
0
 public ServiceFactory()
 {
     // callback instance will be instantiated once per process
     _instanceCallback = new CommunicationCallback();
     _instanceContext = new InstanceContext(_instanceCallback);
     _useMock = Convert.ToBoolean(System.Configuration.ConfigurationManager.AppSettings["UseMock"]);
 }
예제 #3
0
 public ServiceFactory()
 {
     //callback instance will be instantiated once per process
     _instanceCallback = new CommunicationCallback();
     _instanceContext  = new InstanceContext(_instanceCallback);
 }
예제 #4
0
 public ServiceFactory()
 {
     //callback instance will be instantiated once per process
     _instanceCallback = new CommunicationCallback();
     _instanceContext = new InstanceContext(_instanceCallback);
 }