public AsyncDocumentIdGeneration(InMemoryDocumentSessionOperations session, TryGetValue tryGetValue, ModifyObjectId modifyObjectId) { _session = session; _tryGetValue = tryGetValue; _modifyObjectId = modifyObjectId; }
public AsyncDocumentKeyGeneration(InMemoryDocumentSessionOperations session,TryGetValue tryGetValue, ModifyObjectId modifyObjectId) { this.session = session; this.tryGetValue = tryGetValue; this.modifyObjectId = modifyObjectId; }
public AsyncDocumentKeyGeneration(InMemoryDocumentSessionOperations session, TryGetValue tryGetValue, ModifyObjectId modifyObjectId) { this.session = session; this.tryGetValue = tryGetValue; this.modifyObjectId = modifyObjectId; }