コード例 #1
0
        protected override void SendTelemetry(string eventName, IDictionary <string, string> properties)
        {
            RecordedTelemetry.Add(new TelemetryRecord(eventName, properties));

            if (RecordedTelemetry.Count == ExceptedTelemetryRecordCount)
            {
                SendTelemetryTaskCompletionSource.TrySetResult();
            }
        }
コード例 #2
0
 protected override void SendTelemetry(string eventName, IDictionary <string, string> properties)
 {
     RecordedTelemetry.Add(new TelemetryRecord(eventName, properties));
 }