C# Class NServiceBus.AcceptanceTesting.ScenarioContext

Show file Open project: Particular/NServiceBus Class Usage Examples

Public Properties

Property Type Description
FailedMessages IReadOnlyCollection>.ConcurrentDictionary
Logs ConcurrentQueue

Private Properties

Property Type Description

Public Methods

Method Description
AddTrace ( string trace ) : void
SetLogLevel ( LogLevel level ) : void

Method Details

AddTrace() public method

public AddTrace ( string trace ) : void
trace string
return void

SetLogLevel() public method

public SetLogLevel ( LogLevel level ) : void
level LogLevel
return void

Property Details

FailedMessages public property

public ConcurrentDictionary> FailedMessages
return IReadOnlyCollection>.ConcurrentDictionary

Logs public property

public ConcurrentQueue Logs
return ConcurrentQueue