Example #1
0
 public LockCommandAnonymousInnerClass3(Compatibility outerInstance, OtherThreadRule <Void> get, Org.Neo4j.Kernel.impl.locking.Locks_Client client, ResourceType resourceType, long key) : base(outerInstance, get, client)
 {
     this.outerInstance = outerInstance;
     this._client       = client;
     this._resourceType = resourceType;
     this._key          = key;
 }
Example #2
0
 protected internal LockCommand(LockingCompatibilityTestSuite.Compatibility outerInstance, OtherThreadRule <Void> thread, Locks_Client client)
 {
     this._outerInstance = outerInstance;
     this.Thread         = thread;
     this.ClientConflict = client;
 }