Méthode | Description | |
---|---|---|
BoundedMessageQueue ( ) : System | ||
BoundedMessageQueue ( |
||
BoundedMessageQueue ( int boundedCapacity, System.TimeSpan pushTimeOut ) : System | ||
Enqueue ( |
||
TryDequeue ( |
public BoundedMessageQueue ( |
||
settings | ||
config | Config | |
Résultat | System |
public BoundedMessageQueue ( int boundedCapacity, System.TimeSpan pushTimeOut ) : System | ||
boundedCapacity | int | |
pushTimeOut | System.TimeSpan | |
Résultat | System |
public Enqueue ( |
||
envelope | ||
Résultat | void |
public TryDequeue ( |
||
envelope | ||
Résultat | bool |