public void SetAutoSessionManagementDisabled(bool autoSessionManagementDisabled)
 {
     MSAIApplicationInsights.SetAutoSessionManagementDisabled(autoSessionManagementDisabled);
 }
示例#2
0
 public void Setup(string instrumentationKey)
 {
     MSAIApplicationInsights.Setup(instrumentationKey);
     MSAIApplicationInsights.SetAutoSessionManagementDisabled(false);
 }