Show / Hide Table of Contents

Class AsaTelemetry

Inheritance
System.Object
AsaTelemetry
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: AttackSurfaceAnalyzer.Utils
Assembly: AsaLib.dll
Syntax
public static class AsaTelemetry

Properties

| Improve this Doc View Source

Enabled

Declaration
public static bool Enabled { get; }
Property Value
Type Description
System.Boolean

Methods

| Improve this Doc View Source

Flush()

Declaration
public static void Flush()
| Improve this Doc View Source

SetEnabled(Boolean)

Declaration
public static void SetEnabled(bool enabled)
Parameters
Type Name Description
System.Boolean enabled
| Improve this Doc View Source

Setup(Boolean)

Declaration
public static void Setup(bool test = false)
Parameters
Type Name Description
System.Boolean test
| Improve this Doc View Source

TrackEvent(String, Dictionary<String, String>)

Declaration
public static void TrackEvent(string name, Dictionary<string, string> evt)
Parameters
Type Name Description
System.String name
System.Collections.Generic.Dictionary<System.String, System.String> evt
| Improve this Doc View Source

TrackTrace(SeverityLevel, Exception)

Declaration
public static void TrackTrace(SeverityLevel severityLevel, Exception e)
Parameters
Type Name Description
SeverityLevel severityLevel
System.Exception e
  • Improve this Doc
  • View Source
Back to top Generated by DocFX