Show / Hide Table of Contents

    Class BatchStep<TShard, TResult>

    Inheritance
    System.Object
    BatchStep<TShard, TResult>
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: ArgentSea
    Assembly: ArgentSea.dll
    Syntax
    public abstract class BatchStep<TShard, TResult>
        where TShard : IComparable
    Type Parameters
    Name Description
    TShard
    TResult

    Methods

    | Improve this Doc View Source

    Execute(TShard, DbConnection, DbTransaction, String, IDataProviderServiceFactory, ILogger, CancellationToken)

    Declaration
    protected abstract Task<TResult> Execute(TShard shardId, DbConnection connection, DbTransaction transaction, string connectionName, IDataProviderServiceFactory services, ILogger logger, CancellationToken cancellationToken)
    Parameters
    Type Name Description
    TShard shardId
    System.Data.Common.DbConnection connection
    System.Data.Common.DbTransaction transaction
    System.String connectionName
    IDataProviderServiceFactory services
    Microsoft.Extensions.Logging.ILogger logger
    System.Threading.CancellationToken cancellationToken
    Returns
    Type Description
    System.Threading.Tasks.Task<TResult>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX