C# 클래스 FubuMVC.Core.ServiceBus.InMemory.InMemoryQueue

상속: IDisposable
파일 보기 프로젝트 열기: DarthFubuMVC/fubumvc 1 사용 예제들

공개 메소드들

메소드 설명
Clear ( ) : void
Dispose ( ) : void
Enqueue ( FubuMVC.Core.ServiceBus.Runtime.EnvelopeToken envelope ) : void
EnsureReady ( ) : void
InMemoryQueue ( Uri uri ) : System
Peek ( ) : IEnumerable
Receive ( IReceiver receiver ) : void

비공개 메소드들

메소드 설명
InitializeQueue ( ) : BlockingCollection

메소드 상세

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Enqueue() 공개 메소드

public Enqueue ( FubuMVC.Core.ServiceBus.Runtime.EnvelopeToken envelope ) : void
envelope FubuMVC.Core.ServiceBus.Runtime.EnvelopeToken
리턴 void

EnsureReady() 공개 메소드

public EnsureReady ( ) : void
리턴 void

InMemoryQueue() 공개 메소드

public InMemoryQueue ( Uri uri ) : System
uri System.Uri
리턴 System

Peek() 공개 메소드

public Peek ( ) : IEnumerable
리턴 IEnumerable

Receive() 공개 메소드

public Receive ( IReceiver receiver ) : void
receiver IReceiver
리턴 void