C# 클래스 Summer.Batch.Common.TaskExecution.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter

Subclass of the general ConcurrencyThrottleSupport class, making BeforeAccess() and AfterAccess() visible to the surrounding class.
상속: Summer.Batch.Common.Util.ConcurrencyThrottleSupport
파일 보기 프로젝트 열기: SummerBatch/SummerBatch

공개 메소드들

메소드 설명
AfterAccess ( ) : void
BeforeAccess ( ) : void

메소드 상세

AfterAccess() 공개 메소드

public AfterAccess ( ) : void
리턴 void

BeforeAccess() 공개 메소드

public BeforeAccess ( ) : void
리턴 void