9.5.370.136 13 Feb 18
Toggle Dropdown
Compare to version...
with 10.0.161.8
Toggle Dropdown
Download Package
Open in NuGet
<PackageReference Include ="Relativity.Other" Version ="9.5.370.136" />
API Differences between 9.5.370.136 and 10.0.161.8
1 Additions
61 Removals
kCura.Config
kCura.Crypto
kCura.Data.RowDataGateway
kCura.Data.RowDataGateway.Async
kCura.Data.RowDataGateway.Logging
kCura.Data.RowDataGateway.Utility
public sealed class FluentRetryHelper
public sealed class RetryHelper
public static void BasicRetry (Action func , Func <int > retrys , Func <Exception , bool > retryLogic , Func <Exception , IEnumerable <Exception >, Exception > exceptionAggratator , Func <int , TimeSpan > waitLogic )
public static T BasicRetry <T >(Func <T > func , Func <int > retrys , Func <Exception , bool > retryLogic , Func <Exception , IEnumerable <Exception >, Exception > exceptionAggratator , Func <int , TimeSpan > waitLogic )
public static Task BasicRetryAsync (Func <Task > func , Func <int > retrys , Func <Exception , bool > retryLogic , Func <Exception , IEnumerable <Exception >, Exception > exceptionAggratator , Func <int , TimeSpan > waitLogic , CancellationToken cancelToken )
public static Task <T > BasicRetryAsync <T >(Func <Task <T >> func , Func <int > retrys , Func <Exception , bool > retryLogic , Func <Exception , IEnumerable <Exception >, Exception > exceptionAggratator , Func <int , TimeSpan > waitLogic , CancellationToken cancelToken )
kCura.Utility
public class Config
public class DateTime
public abstract class DelimitedFileImporter : RobustIoReporter
public class EmailAddress
public class ExecutionTimer : Dictionary <string , long >
public class File : IFileHelper
public class HtmlUtility
public abstract class LazyItemPerWorkspaceCache <TItemType , TFactoryData >
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 ProcessHelper
public class ReflectionHelper
public class RetryLogger : IRetryLogger
public sealed class SqlNameHelper
public class VersionHelper
public class XmlHelper
kCura.Utility.CertificateGenerator
kCura.Utility.Extensions