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
Afficher le fichier Open project: SummerBatch/SummerBatch

Méthodes publiques

Méthode Description
AfterAccess ( ) : void
BeforeAccess ( ) : void

Method Details

AfterAccess() public méthode

public AfterAccess ( ) : void
Résultat void

BeforeAccess() public méthode

public BeforeAccess ( ) : void
Résultat void