C# Class Hudl.Mjolnir.Bulkhead.SemaphoreBulkhead

Inheritance: IBulkheadSemaphore
Afficher le fichier Open project: hudl/Mjolnir

Méthodes publiques

Méthode Description
Release ( ) : void
TryEnter ( ) : bool

Private Methods

Méthode Description
SemaphoreBulkhead ( Hudl.Mjolnir.Key.GroupKey key, int maxConcurrent ) : Hudl.Mjolnir.Key

Method Details

Release() public méthode

public Release ( ) : void
Résultat void

TryEnter() public méthode

public TryEnter ( ) : bool
Résultat bool