C# Class Stratosphere.Queue.DelayedQueue

Inheritance: IQueue
Afficher le fichier Open project: petrohi/Stratosphere Class Usage Examples

Méthodes publiques

Méthode Description
DelayedQueue ( IQueue queue, int delayMilliseconds ) : System.Collections.Generic
Delete ( ) : void
Receive ( int maximumCount ) : IEnumerable
Send ( string message ) : void

Private Methods

Méthode Description
Delay ( ) : void

Method Details

DelayedQueue() public méthode

public DelayedQueue ( IQueue queue, int delayMilliseconds ) : System.Collections.Generic
queue IQueue
delayMilliseconds int
Résultat System.Collections.Generic

Delete() public méthode

public Delete ( ) : void
Résultat void

Receive() public méthode

public Receive ( int maximumCount ) : IEnumerable
maximumCount int
Résultat IEnumerable

Send() public méthode

public Send ( string message ) : void
message string
Résultat void