Method | Description | |
---|---|---|
AddAuditData ( string key, string value ) : void |
Adds information about the current message that should be audited.
|
|
AuditContext ( OutgoingMessage message, string auditAddress, IBehaviorContext parent ) : Pipeline |
public AddAuditData ( string key, string value ) : void | ||
key | string | The audit key. |
value | string | The value. |
return | void |
public AuditContext ( OutgoingMessage message, string auditAddress, IBehaviorContext parent ) : Pipeline | ||
message | OutgoingMessage | |
auditAddress | string | |
parent | IBehaviorContext | |
return | Pipeline |