This commit is contained in:
xiang17 2021-04-29 15:25:16 -07:00
Родитель 3b1807800c
Коммит fb361aeb5f
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -6,7 +6,7 @@
/// Self diagnostics class captures the EventSource events sent by Application Insights
/// modules and writes them to local file for internal troubleshooting.
/// </summary>
class SelfDiagnosticsModule : IDisposable
public class SelfDiagnosticsModule : IDisposable
{
/// <summary>
/// Long-living object that hold relevant resources.