Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Aperea
CQRS
Bus
Direct
InMemoryQueue
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