AzurePSQoSEvent.AzurePSQoSEvent C# (CSharp) Method

AzurePSQoSEvent() public method

public AzurePSQoSEvent ( ) : Microsoft.ApplicationInsights
return Microsoft.ApplicationInsights
    public AzurePSQoSEvent()
    {
        StartTime = DateTimeOffset.Now;
        _timer = new Stopwatch();
        _timer.Start();
        CustomProperties = new Dictionary<string, string>();
    }