示例#1
0
 protected NoThreadPhysicalConnectionBase(IPhysicalConnectionFactory factory)
 {
     PhysicalFactory = factory;
     Cache           = new ConnectionCache();
 }
示例#2
0
 protected PhysicalConnectionBase(IPhysicalConnectionFactory factory)
 {
     Cache           = new ConnectionCache();
     PhysicalFactory = factory;
     ConnectionRegister.AddConnection(this);
 }