C# Class NServiceBus.AcceptanceTests.Core.FakeTransport.FakeReceiver

Inheritance: IPushMessages
Afficher le fichier Open project: Particular/NServiceBus

Méthodes publiques

Méthode Description
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

Method Details

FakeReceiver() public méthode

public FakeReceiver ( bool throwCritical, bool throwOnStop, Exception exceptionToThrow ) : System
throwCritical bool
throwOnStop bool
exceptionToThrow System.Exception
Résultat System

Init() public méthode

public Init ( Task>.Func onMessage, Func onError, NServiceBus criticalError, PushSettings settings ) : System.Threading.Tasks.Task
onMessage Task>.Func
onError Func
criticalError NServiceBus
settings PushSettings
Résultat System.Threading.Tasks.Task

Start() public méthode

public Start ( PushRuntimeSettings limitations ) : void
limitations PushRuntimeSettings
Résultat void

Stop() public méthode

public Stop ( ) : System.Threading.Tasks.Task
Résultat System.Threading.Tasks.Task