Class AzureEventHubAuditorOptions
Inheritance
System.Object
AzureEventHubAuditorOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: AzureFromTheTrenches.Commanding.AzureEventHub
Assembly: AzureFromTheTrenches.Commanding.AzureEventHub.dll
Syntax
public class AzureEventHubAuditorOptions
Constructors
| Improve this Doc View SourceAzureEventHubAuditorOptions()
Declaration
public AzureEventHubAuditorOptions()
Properties
| Improve this Doc View SourceAuditExecuteDispatchRootOnly
Declaration
public bool AuditExecuteDispatchRootOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
AuditPostDispatchRootOnly
Declaration
public bool AuditPostDispatchRootOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
AuditPreDispatchRootOnly
Declaration
public bool AuditPreDispatchRootOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
UseExecutionAuditor
Declaration
public bool UseExecutionAuditor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
UsePostDispatchAuditor
Declaration
public bool UsePostDispatchAuditor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |
UsePreDispatchAuditor
Declaration
public bool UsePreDispatchAuditor { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean |