C# 클래스 R.Scheduler.Core.PersistanceStoreInterceptor

Everytime a default instance of IPersistanceStore is created by StructureMap, replace it with an implementation configured during the scheduler startup. Used mainly for injecting the IPersistanceStore implementation into the StructureMap registries of CustomJobTypes projects to ensure a single persistence store for monitoring and auditing different types of jobs.
상속: TypeInterceptor
파일 보기 프로젝트 열기: R-Suite/R.Scheduler

공개 메소드들

메소드 설명
MatchesType ( Type type ) : bool
PersistanceStoreInterceptor ( IConfiguration config ) : System
Process ( object target, IContext context ) : object

메소드 상세

MatchesType() 공개 메소드

public MatchesType ( Type type ) : bool
type System.Type
리턴 bool

PersistanceStoreInterceptor() 공개 메소드

public PersistanceStoreInterceptor ( IConfiguration config ) : System
config IConfiguration
리턴 System

Process() 공개 메소드

public Process ( object target, IContext context ) : object
target object
context IContext
리턴 object