C# 클래스 NServiceBus.AcceptanceTests.Core.FakeTransport.FakeReceiver

상속: IPushMessages
파일 보기 프로젝트 열기: Particular/NServiceBus

공개 메소드들

메소드 설명
FakeReceiver ( bool throwCritical, bool throwOnStop, Exception exceptionToThrow ) : System
Init ( Task>.Func onMessage, Func onError, NServiceBus criticalError, PushSettings settings ) : System.Threading.Tasks.Task
Start ( PushRuntimeSettings limitations ) : void
Stop ( ) : System.Threading.Tasks.Task

메소드 상세

FakeReceiver() 공개 메소드

public FakeReceiver ( bool throwCritical, bool throwOnStop, Exception exceptionToThrow ) : System
throwCritical bool
throwOnStop bool
exceptionToThrow System.Exception
리턴 System

Init() 공개 메소드

public Init ( Task>.Func onMessage, Func onError, NServiceBus criticalError, PushSettings settings ) : System.Threading.Tasks.Task
onMessage Task>.Func
onError Func
criticalError NServiceBus
settings PushSettings
리턴 System.Threading.Tasks.Task

Start() 공개 메소드

public Start ( PushRuntimeSettings limitations ) : void
limitations PushRuntimeSettings
리턴 void

Stop() 공개 메소드

public Stop ( ) : System.Threading.Tasks.Task
리턴 System.Threading.Tasks.Task