C# Class Jellyfish.Commands.TryableSemaphoreActual

Semaphore that only supports tryAcquire and never blocks and that supports a dynamic permit count.
Inheritance: ITryableSemaphore
Afficher le fichier Open project: Zenasoft/Jellyfish.Commands

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Release ( ) : void
ToString ( ) : string
TryAcquire ( ) : bool
TryableSemaphoreActual ( IDynamicProperty numberOfPermits ) : Jellyfish.Configuration

Method Details

Release() public méthode

public Release ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

TryAcquire() public méthode

public TryAcquire ( ) : bool
Résultat bool

TryableSemaphoreActual() public méthode

public TryableSemaphoreActual ( IDynamicProperty numberOfPermits ) : Jellyfish.Configuration
numberOfPermits IDynamicProperty
Résultat Jellyfish.Configuration