<PackageReference Include="Relativity.Other" Version="10.1.169.1" />
API Differences between 10.1.169.1 and 9.7.209.7
126 Additions
22 Removals
Relativity
Relativity.Processing
Relativity.Query
kCura.Data.RowDataGateway
kCura.Data.RowDataGateway.Async
kCura.Data.RowDataGateway.Logging
-
public class SqlExecutionLogger : IDisposable
- public SqlExecutionLogger LogAzureSqlTransientEvent(SqlException ex, int transientErrorAttemptNumber)
- public SqlExecutionLogger LogAzureSqlTransientEvent(SqlException ex, int transientErrorAttemptNumber, int maxAttempts)
- public SqlExecutionLogger LogDeadlockEvent(SqlException ex, int deadlockAttemptNumber)
- public SqlExecutionLogger LogDeadlockEvent(SqlException ex, int deadlockAttemptNumber, int maxAttempts)
- public SqlExecutionLogger LogTimeoutRetryEvent(Exception ex, string timeoutType, int timeoutAttemptNumber)
- public void LogUnknownFailureEvent(Exception ex, string dbName, string dbServer, string statement, IEnumerable<IDbDataParameter> parameters, int timeout)
- public SqlExecutionLogger LogTimeoutRetryEvent(Exception ex, string timeoutType, int timeoutAttemptNumber, int maxAttempts)
- public void LogUnknownFailureEvent(Exception ex, string dbName, string dbServer, string statement, IEnumerable<IDbDataParameter> parameters, int timeout, bool invalidOperationOccurred)
kCura.Notification
kCura.Utility
-
public class Config
-
public class EmailAddress
-
public class ExecutionTimer : Dictionary<string, long>
-
public class LazyMemoryCache
- public object GetOrAdd(string key, object factoryData, Func<string, object, CancellationToken, object> valueFactory, Action<string, object, object, CacheEntryRemovedReason> removeCallback, TimeSpan expirationTimeSpan, ExpirationType expirationType, TimeSpan maxValueFactoryExecutionTime, int maxValueFactoryRetryAttempts, bool waitForCompletionOnTimeout)
-
public abstract class LazyTableCache<TDictionaryKey, TDictionaryValue, TFactoryData>
-
public abstract class LazyTableCacheAsList<TListValue, TFactoryData>
-
public class NullableTypesHelper
-
public class TrustedIPHelper