C# Class Polly.Utilities.SemaphoreSlimFactory

A factory class for the different implementations of SemaphoreSlim used by Polly.
Afficher le fichier Open project: App-vNext/Polly

Méthodes publiques

Méthode Description
CreateSemaphoreSlim ( int maxParallelization ) : Nito.AsyncEx.AsyncSemaphore

Creates the semaphore slim.

Method Details

CreateSemaphoreSlim() public static méthode

Creates the semaphore slim.
public static CreateSemaphoreSlim ( int maxParallelization ) : Nito.AsyncEx.AsyncSemaphore
maxParallelization int The maximum parallelization.
Résultat Nito.AsyncEx.AsyncSemaphore