Allows the implementation of a service that inhibits auditing processes.
Gets the audit inhibition state for a given key.
public AuditInhibitionState GetInhibitionState(key)The inhibition state or null if not available.
| Name | Type | Summary |
|---|---|---|
| key | String | The key. |
Gets the audit inhibition state for a given key.
public Task GetInhibitionStateAsync(key)The inhibition state or null if not available.
| Name | Type | Summary |
|---|---|---|
| key | String | The key. |
In this document