Show / Hide Table of Contents

Class MicrosoftLoggingExtensionsAuditorOptions

Inheritance
System.Object
MicrosoftLoggingExtensionsAuditorOptions
Namespace: AzureFromTheTrenches.Commanding.MicrosoftLoggingExtensions
Assembly: AzureFromTheTrenches.Commanding.MicrosoftLoggingExtensions.dll
Syntax
public class MicrosoftLoggingExtensionsAuditorOptions : object

Constructors

| Improve this Doc View Source

MicrosoftLoggingExtensionsAuditorOptions()

Declaration
public MicrosoftLoggingExtensionsAuditorOptions()

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