C# Class Aperea.CQRS.Bus.Direct.InMemoryQueue

Inheritance: IQueue
Afficher le fichier Open project: DerAlbertCom/ApereaFramework Class Usage Examples

Méthodes publiques

Méthode Description
InMemoryQueue ( ) : System
Pop ( Action popAction ) : void
Put ( object item ) : void

Method Details

InMemoryQueue() public méthode

public InMemoryQueue ( ) : System
Résultat System

Pop() public méthode

public Pop ( Action popAction ) : void
popAction Action
Résultat void

Put() public méthode

public Put ( object item ) : void
item object
Résultat void