Exemple #1
0
 public IncrementalValue GetIncrementalValue(IncrementalConfiguration incrementalConfiguration)
 {
     throw new System.NotImplementedException();
 }
Exemple #2
0
 public void AddOrUpdateIncrementalValue(
     IncrementalValue maxIncrementalValue,
     IncrementalConfiguration incrementalConfiguration)
 {
     throw new System.NotImplementedException();
 }
 public Task <IncrementalValue> GetMaxIncrementalValueAsync(BindingExecution bindingExecution, Connection connection,
                                                            IncrementalConfiguration incrementalConfiguration, CancellationToken cancellationToken)
 {
     throw new NotImplementedException();
 }