9.6.54.200 10 May 18
Toggle Dropdown
Compare to version...
with 9.6.204.22
Toggle Dropdown
Download Package
Open in NuGet
<PackageReference Include ="Relativity.Other" Version ="9.6.54.200" />
API Differences between 9.6.54.200 and 9.6.204.22
1 Additions
37 Removals
kCura.Config
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