C# 클래스 DotNetWorkQueue.IoC.ComponentRegistration

Registers internal components in the internal IoC container
파일 보기 프로젝트 열기: blehnen/DotNetWorkQueue 1 사용 예제들

공개 메소드들

메소드 설명
RegisterDefaults ( IContainer container, RegistrationTypes registrationType ) : void

Registers the defaults implementations.

RegisterDefaultsForJobScheduler ( IContainer container ) : void

Registers the defaults implementations.

RegisterDefaultsForScheduler ( IContainer container ) : void

Registers the defaults implementations.

RegisterFallbacks ( IContainer container, RegistrationTypes registrationType ) : void

Registers the fall backs for generic types

SuppressWarningsIfNeeded ( IContainer container, RegistrationTypes registrationType ) : void

Suppress warnings for specific cases.

비공개 메소드들

메소드 설명
RegisterLoggerDecorators ( IContainer container ) : void

Registers the logger decorators.

RegisterMetricDecorators ( IContainer container ) : void

Registers the decorator metrics.

RegisterSharedDefaults ( IContainer container ) : void

메소드 상세

RegisterDefaults() 공개 정적인 메소드

Registers the defaults implementations.
public static RegisterDefaults ( IContainer container, RegistrationTypes registrationType ) : void
container IContainer The container.
registrationType RegistrationTypes Type of the registration.
리턴 void

RegisterDefaultsForJobScheduler() 공개 정적인 메소드

Registers the defaults implementations.
public static RegisterDefaultsForJobScheduler ( IContainer container ) : void
container IContainer The container.
리턴 void

RegisterDefaultsForScheduler() 공개 정적인 메소드

Registers the defaults implementations.
public static RegisterDefaultsForScheduler ( IContainer container ) : void
container IContainer The container.
리턴 void

RegisterFallbacks() 공개 정적인 메소드

Registers the fall backs for generic types
public static RegisterFallbacks ( IContainer container, RegistrationTypes registrationType ) : void
container IContainer The container.
registrationType RegistrationTypes Type of the registration.
리턴 void

SuppressWarningsIfNeeded() 공개 정적인 메소드

Suppress warnings for specific cases.
public static SuppressWarningsIfNeeded ( IContainer container, RegistrationTypes registrationType ) : void
container IContainer The container.
registrationType RegistrationTypes Type of the registration.
리턴 void