Show / Hide Table of Contents

Interface ICommandAuditor

Interface that auditors must implement

Namespace: AzureFromTheTrenches.Commanding.Abstractions
Assembly: AzureFromTheTrenches.Commanding.Abstractions.dll
Syntax
public interface ICommandAuditor

Methods

| Improve this Doc View Source

Audit(AuditItem, CancellationToken)

Should perform an audit by sending the AuditItem to the store

Declaration
Task Audit(AuditItem auditItem, CancellationToken cancellationToken)
Parameters
Type Name Description
AuditItem auditItem

The item to audit

CancellationToken cancellationToken

A cancellation token

Returns
Type Description
Task

Awaitable task

  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall