C# 클래스 Akka.Dispatch.ConcurrentQueueMailbox

Class ConcurrentQueueMailbox.
상속: Mailbox
파일 보기 프로젝트 열기: rogeralsing/akka.net

공개 메소드들

메소드 설명
BecomeClosed ( ) : void

Stops this instance.

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

Posts the specified envelope.

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Disposes this instance.

GetNumberOfMessages ( ) : int
Schedule ( ) : void

Schedules this instance.

TryDequeue ( Envelope &envelope ) : bool

비공개 메소드들

메소드 설명
Run ( ) : void

메소드 상세

BecomeClosed() 공개 메소드

Stops this instance.
public BecomeClosed ( ) : void
리턴 void

CleanUp() 공개 메소드

public CleanUp ( ) : void
리턴 void

Dispose() 보호된 메소드

Disposes this instance.
protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

GetNumberOfMessages() 보호된 메소드

protected GetNumberOfMessages ( ) : int
리턴 int

Post() 공개 메소드

Posts the specified envelope.
public Post ( IActorRef receiver, Envelope envelope ) : void
receiver IActorRef
envelope Akka.Actor.Envelope The envelope.
리턴 void

Schedule() 보호된 메소드

Schedules this instance.
protected Schedule ( ) : void
리턴 void

TryDequeue() 보호된 메소드

protected TryDequeue ( Envelope &envelope ) : bool
envelope Akka.Actor.Envelope
리턴 bool