Show / Hide Table of Contents

Class AzureEventHubAuditorOptions

Inheritance
System.Object
AzureEventHubAuditorOptions
Namespace: AzureFromTheTrenches.Commanding.AzureEventHub
Assembly: AzureFromTheTrenches.Commanding.AzureEventHub.dll
Syntax
public class AzureEventHubAuditorOptions : object

Constructors

| Improve this Doc View Source

AzureEventHubAuditorOptions()

Declaration
public AzureEventHubAuditorOptions()

Properties

| Improve this Doc View Source

AuditExecuteDispatchRootOnly

Declaration
public bool AuditExecuteDispatchRootOnly { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

AuditPostDispatchRootOnly

Declaration
public bool AuditPostDispatchRootOnly { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

AuditPreDispatchRootOnly

Declaration
public bool AuditPreDispatchRootOnly { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

UseExecutionAuditor

Declaration
public bool UseExecutionAuditor { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

UsePostDispatchAuditor

Declaration
public bool UsePostDispatchAuditor { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

UsePreDispatchAuditor

Declaration
public bool UsePreDispatchAuditor { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall