C# Class Microsoft.Extensions.DependencyInjection.WebJobsServiceCollectionExtensions

Afficher le fichier Open project: UkrGuru/WebJobs

Méthodes publiques

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

Method Details

AddWebJobsDemo() public static méthode

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