C# Class NServiceBus.Testing.TestableAuditContext

A testable implementation of IAuditContext.
Inheritance: TestableBehaviorContext, IAuditContext
Show file Open project: Particular/NServiceBus

Public Methods

Method Description
AddAuditData ( string key, string value ) : void

Adds information about the current message that should be audited.

Method Details

AddAuditData() public method

Adds information about the current message that should be audited.
public AddAuditData ( string key, string value ) : void
key string The audit key.
value string The value.
return void