C# 클래스 Microsoft.Extensions.DependencyInjection.WebJobsServiceCollectionExtensions

파일 보기 프로젝트 열기: UkrGuru/WebJobs

공개 메소드들

메소드 설명
AddWebJobsDemo ( IServiceCollection services, string connString, LogLevel logLevel = LogLevel.Debug, int nThreads = 4 ) : void

메소드 상세

AddWebJobsDemo() 공개 정적인 메소드

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