C# Class FubuMVC.Core.ServiceBus.InMemory.InMemoryQueue

Inheritance: IDisposable
Afficher le fichier Open project: DarthFubuMVC/fubumvc Class Usage Examples

Méthodes publiques

Méthode Description
Clear ( ) : void
Dispose ( ) : void
Enqueue ( FubuMVC.Core.ServiceBus.Runtime.EnvelopeToken envelope ) : void
EnsureReady ( ) : void
InMemoryQueue ( Uri uri ) : System
Peek ( ) : IEnumerable
Receive ( IReceiver receiver ) : void

Private Methods

Méthode Description
InitializeQueue ( ) : BlockingCollection

Method Details

Clear() public méthode

public Clear ( ) : void
Résultat void

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Enqueue() public méthode

public Enqueue ( FubuMVC.Core.ServiceBus.Runtime.EnvelopeToken envelope ) : void
envelope FubuMVC.Core.ServiceBus.Runtime.EnvelopeToken
Résultat void

EnsureReady() public méthode

public EnsureReady ( ) : void
Résultat void

InMemoryQueue() public méthode

public InMemoryQueue ( Uri uri ) : System
uri System.Uri
Résultat System

Peek() public méthode

public Peek ( ) : IEnumerable
Résultat IEnumerable

Receive() public méthode

public Receive ( IReceiver receiver ) : void
receiver IReceiver
Résultat void