IAuditInhibitorService

Allows the implementation of a service that inhibits auditing processes.

Namespace:
KpokPatagon.Data.Auditing
Type:
Interface
Public:
Yes
Protected:
No
Sealed:
No
Abstract:
Yes

Methods

GetInhibitionState

Gets the audit inhibition state for a given key.

Signature:
public AuditInhibitionState GetInhibitionState(key)
Returns

The inhibition state or null if not available.

Parameters
Name Type Summary
key String The key.

GetInhibitionStateAsync

Gets the audit inhibition state for a given key.

Signature:
public Task GetInhibitionStateAsync(key)
Returns

The inhibition state or null if not available.

Parameters
Name Type Summary
key String The key.