Example #1
0
 public ArangoExecutorSync(Communication <Response
                                          , ConnectionSync> communication, VPack
                           vpacker, VPack vpackerNull, VPackParser
                           vpackParser, DocumentCache documentCache, CollectionCache
                           collectionCache)
     : base(communication, vpacker, vpackerNull, vpackParser, documentCache, collectionCache
            )
 {
 }
Example #2
0
 protected internal ArangoExecutor(Communication
                                   <R, C> communication, VPack vpacker, VPack
                                   vpackerNull, VPackParser vpackParser, DocumentCache
                                   documentCache, CollectionCache collectionCache)
     : base()
 {
     this.Communication   = communication;
     this.DocumentCache   = documentCache;
     this.CollectionCache = collectionCache;
     Util = new ArangoUtil(vpacker, vpackerNull, vpackParser);
 }