C# Class Microsoft.Extensions.DependencyInjection.WebJobsServiceCollectionExtensions

Mostrar archivo Open project: UkrGuru/WebJobs

Public Methods

Method Description
AddWebJobsDemo ( IServiceCollection services, string connString, LogLevel logLevel = LogLevel.Debug, int nThreads = 4 ) : void

Method Details

AddWebJobsDemo() public static method

public static AddWebJobsDemo ( IServiceCollection services, string connString, LogLevel logLevel = LogLevel.Debug, int nThreads = 4 ) : void
services IServiceCollection
connString string
logLevel LogLevel
nThreads int
return void