9.5.315.50 13 Feb 18
Toggle Dropdown
Compare to version...
with 9.6.174.30
Toggle Dropdown
Download Package
Open in NuGet
<PackageReference Include ="Relativity.Other" Version ="9.5.315.50" />
API Differences between 9.5.315.50 and 9.6.174.30
2 Additions
45 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.Notification
kCura.Utility