C# Class Akka.Dispatch.ConcurrentQueueMailbox

Class ConcurrentQueueMailbox.
Inheritance: Mailbox
Afficher le fichier Open project: rogeralsing/akka.net

Méthodes publiques

Méthode Description
BecomeClosed ( ) : void

Stops this instance.

CleanUp ( ) : void
Post ( IActorRef receiver, Envelope envelope ) : void

Posts the specified envelope.

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes this instance.

GetNumberOfMessages ( ) : int
Schedule ( ) : void

Schedules this instance.

TryDequeue ( Envelope &envelope ) : bool

Private Methods

Méthode Description
Run ( ) : void

Method Details

BecomeClosed() public méthode

Stops this instance.
public BecomeClosed ( ) : void
Résultat void

CleanUp() public méthode

public CleanUp ( ) : void
Résultat void

Dispose() protected méthode

Disposes this instance.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

GetNumberOfMessages() protected méthode

protected GetNumberOfMessages ( ) : int
Résultat int

Post() public méthode

Posts the specified envelope.
public Post ( IActorRef receiver, Envelope envelope ) : void
receiver IActorRef
envelope Akka.Actor.Envelope The envelope.
Résultat void

Schedule() protected méthode

Schedules this instance.
protected Schedule ( ) : void
Résultat void

TryDequeue() protected méthode

protected TryDequeue ( Envelope &envelope ) : bool
envelope Akka.Actor.Envelope
Résultat bool