C# Class Summer.Batch.Common.TaskExecution.SimpleAsyncTaskExecutor.ConcurrencyThrottleAdapter

Subclass of the general ConcurrencyThrottleSupport class, making BeforeAccess() and AfterAccess() visible to the surrounding class.
Inheritance: Summer.Batch.Common.Util.ConcurrencyThrottleSupport
Datei anzeigen Open project: SummerBatch/SummerBatch

Public Methods

Method Description
AfterAccess ( ) : void
BeforeAccess ( ) : void

Method Details

AfterAccess() public method

public AfterAccess ( ) : void
return void

BeforeAccess() public method

public BeforeAccess ( ) : void
return void