<PackageReference Include="Relativity.Other" Version="10.3.170.1" />
API Differences between 10.3.170.1 and 10.2.194.1
20 Additions
6 Removals
Relativity
Relativity.Query
kCura.Data.RowDataGateway
kCura.Data.RowDataGateway.Async
kCura.Data.RowDataGateway.Logging
-
public class SqlExecutionLogger : IDisposable
- public void LogUnknownFailureEvent(Exception ex, string dbName, string dbServer, string statement, IEnumerable<IDbDataParameter> parameters, int timeout, bool invalidOperationOccurred)
- public void LogUnknownFailureEvent(Exception ex, string dbName, string dbServer, string statement, IEnumerable<IDataParameter> parameters, int timeout, bool invalidOperationOccurred)
kCura.Utility
-
public class CachingOptions
- public CachingOptions(Func<TimeSpan> expirationTimeSpan, ExpirationType expirationType)
- public CachingOptions(Func<TimeSpan> expirationTimeSpan, ExpirationType expirationType, Func<TimeSpan> maxValueFactoryExecutionTime)
- public CachingOptions(TimeSpan expirationTimeSpan, ExpirationType expirationType, TimeSpan maxValueFactoryExecutionTime, int maxValueFactoryRetryAttempts, bool waitForCompletionOnTimeout, bool cacheNullValues, bool disposeRemovedEntries)
- public CachingOptions(Func<TimeSpan> expirationTimeSpan, ExpirationType expirationType, Func<TimeSpan> maxValueFactoryExecutionTime, int maxValueFactoryRetryAttempts, bool waitForCompletionOnTimeout, bool cacheNullValues, bool disposeRemovedEntries)
-
public class LazyDictionaryCache
-
public class NullableTypesHelper
-
public class TypedLazyMemoryCache