Show / Hide Table of Contents

Class BatchProcessingServiceCollectionExtensions

Inheritance
object
BatchProcessingServiceCollectionExtensions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Microsoft.Extensions.DependencyInjection
Assembly: SoBatchProcessing.dll
Syntax
public static class BatchProcessingServiceCollectionExtensions

Methods

AddNetServerBatchProcessing(IServiceCollection)

Declaration
public static IServiceCollection AddNetServerBatchProcessing(this IServiceCollection services)
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
IServiceCollection

AddNetServerBatchProcessing<TBatchTaskInitializer>(IServiceCollection)

Declaration
public static IServiceCollection AddNetServerBatchProcessing<TBatchTaskInitializer>(this IServiceCollection services) where TBatchTaskInitializer : class, IBatchTaskInitializer
Parameters
Type Name Description
IServiceCollection services
Returns
Type Description
IServiceCollection
Type Parameters
Name Description
TBatchTaskInitializer
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top