AzurePSQoSEvent.AzurePSQoSEvent C# (CSharp) 메소드

AzurePSQoSEvent() 공개 메소드

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