Microsoft.AI.WindowsServer.XML 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471
  1. <?xml version="1.0"?>
  2. <doc>
  3. <assembly>
  4. <name>Microsoft.AI.WindowsServer</name>
  5. </assembly>
  6. <members>
  7. <member name="T:Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer">
  8. <summary>
  9. A telemetry initializer that will gather Azure Role Environment context information.
  10. </summary>
  11. </member>
  12. <member name="M:Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer.#ctor">
  13. <summary>
  14. Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer" /> class.
  15. </summary>
  16. </member>
  17. <member name="M:Microsoft.ApplicationInsights.WindowsServer.AzureRoleEnvironmentTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)">
  18. <summary>
  19. Initializes <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry" /> device context.
  20. </summary>
  21. <param name="telemetry">The telemetry to initialize.</param>
  22. </member>
  23. <member name="T:Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer">
  24. <summary>
  25. A telemetry context initializer that will set component context version on the base of BuildInfo.config information.
  26. </summary>
  27. </member>
  28. <member name="F:Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer.version">
  29. <summary>
  30. The version for this component.
  31. </summary>
  32. </member>
  33. <member name="M:Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)">
  34. <summary>
  35. Initializes version of the telemetry item with the version obtained from build info if it is available.
  36. </summary>
  37. <param name="telemetry">The telemetry context to initialize.</param>
  38. </member>
  39. <member name="M:Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer.LoadBuildInfoConfig">
  40. <summary>
  41. Loads BuildInfo.config and returns XElement.
  42. </summary>
  43. </member>
  44. <member name="M:Microsoft.ApplicationInsights.WindowsServer.BuildInfoConfigComponentVersionTelemetryInitializer.GetVersion">
  45. <summary>
  46. Gets the version for the current application. If the version cannot be found, we will return the passed in default.
  47. </summary>
  48. <returns>The extracted data.</returns>
  49. </member>
  50. <member name="T:Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule">
  51. <summary>
  52. Telemetry module that sets developer mode to true when is not already set AND managed debugger is attached.
  53. </summary>
  54. </member>
  55. <member name="F:Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule.IsDebuggerAttached">
  56. <summary>
  57. Function that checks whether debugger is attached with implementation that can be replaced by unit test code.
  58. </summary>
  59. </member>
  60. <member name="M:Microsoft.ApplicationInsights.WindowsServer.DeveloperModeWithDebuggerAttachedTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration)">
  61. <summary>
  62. Gives the opportunity for this telemetry module to initialize configuration object that is passed to it.
  63. </summary>
  64. <param name="configuration">Configuration object.</param>
  65. </member>
  66. <member name="T:Microsoft.ApplicationInsights.WindowsServer.DeviceTelemetryInitializer">
  67. <summary>
  68. A telemetry context initializer that will gather device context information.
  69. </summary>
  70. </member>
  71. <member name="M:Microsoft.ApplicationInsights.WindowsServer.DeviceTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)">
  72. <summary>
  73. Populates device properties on a telemetry item.
  74. </summary>
  75. </member>
  76. <member name="T:Microsoft.ApplicationInsights.WindowsServer.DomainNameRoleInstanceTelemetryInitializer">
  77. <summary>
  78. A telemetry context initializer that populates device context role instance name.
  79. </summary>
  80. </member>
  81. <member name="M:Microsoft.ApplicationInsights.WindowsServer.DomainNameRoleInstanceTelemetryInitializer.#ctor">
  82. <summary>
  83. Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.DomainNameRoleInstanceTelemetryInitializer" /> class.
  84. </summary>
  85. </member>
  86. <member name="M:Microsoft.ApplicationInsights.WindowsServer.DomainNameRoleInstanceTelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)">
  87. <summary>
  88. Initializes <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry" /> device context.
  89. </summary>
  90. <param name="telemetry">The telemetry to initialize.</param>
  91. </member>
  92. <member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.instance">
  93. <summary>
  94. The singleton instance for our reader.
  95. </summary>
  96. </member>
  97. <member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.roleName">
  98. <summary>
  99. The Azure role name (if any).
  100. </summary>
  101. </member>
  102. <member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.roleInstanceName">
  103. <summary>
  104. The Azure role instance name (if any).
  105. </summary>
  106. </member>
  107. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.#ctor">
  108. <summary>
  109. Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader"/> class.
  110. </summary>
  111. </member>
  112. <member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.Instance">
  113. <summary>
  114. Gets or sets the singleton instance for our application context reader.
  115. </summary>
  116. </member>
  117. <member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.BaseDirectory">
  118. <summary>
  119. Gets or sets the base directly where hunting for application DLLs is to start.
  120. </summary>
  121. </member>
  122. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.Initialize">
  123. <summary>
  124. Initializes the current reader with respect to its environment.
  125. </summary>
  126. </member>
  127. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.GetRoleName">
  128. <summary>
  129. Gets the Azure role name.
  130. </summary>
  131. <returns>The extracted data.</returns>
  132. </member>
  133. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.AzureRoleEnvironmentContextReader.GetRoleInstanceName">
  134. <summary>
  135. Gets the Azure role instance name.
  136. </summary>
  137. <returns>The extracted data.</returns>
  138. </member>
  139. <member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader">
  140. <summary>
  141. The reader is platform specific and applies to .NET applications only.
  142. </summary>
  143. </member>
  144. <member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.Instance">
  145. <summary>
  146. Gets or sets the singleton instance for our application context reader.
  147. </summary>
  148. </member>
  149. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.GetHostSystemLocale">
  150. <summary>
  151. Gets the host system locale.
  152. </summary>
  153. <returns>The discovered locale.</returns>
  154. </member>
  155. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.GetDeviceType">
  156. <summary>
  157. Gets the type of the device.
  158. </summary>
  159. <returns>The type for this device as a hard-coded string.</returns>
  160. </member>
  161. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.GetDeviceUniqueId">
  162. <summary>
  163. Gets the device unique ID, or uses the fallback if none is available due to application configuration.
  164. </summary>
  165. <returns>
  166. The discovered device identifier.
  167. </returns>
  168. </member>
  169. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.GetOemName">
  170. <summary>
  171. Gets the device OEM.
  172. </summary>
  173. <returns>The discovered OEM.</returns>
  174. </member>
  175. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.GetDeviceModel">
  176. <summary>
  177. Gets the device model.
  178. </summary>
  179. <returns>The discovered device model.</returns>
  180. </member>
  181. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.GetNetworkType">
  182. <summary>
  183. Gets the network type.
  184. </summary>
  185. <returns>The discovered network type.</returns>
  186. </member>
  187. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.DeviceContextReader.RunWmiQuery(System.String,System.String,System.String)">
  188. <summary>
  189. Runs a single WMI query for a property.
  190. </summary>
  191. <param name="table">The table.</param>
  192. <param name="property">The property.</param>
  193. <param name="defaultValue">The default value of the property if WMI fails.</param>
  194. <returns>The value if found, Unknown otherwise.</returns>
  195. </member>
  196. <member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.IAzureRoleEnvironmentContextReader">
  197. <summary>
  198. The user context reader interface used while reading user related information in a platform specific way.
  199. </summary>
  200. </member>
  201. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.IAzureRoleEnvironmentContextReader.Initialize">
  202. <summary>
  203. Initializes the current reader with respect to its environment.
  204. </summary>
  205. </member>
  206. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.IAzureRoleEnvironmentContextReader.GetRoleName">
  207. <summary>
  208. Gets the Azure role name.
  209. </summary>
  210. <returns>The extracted data.</returns>
  211. </member>
  212. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.IAzureRoleEnvironmentContextReader.GetRoleInstanceName">
  213. <summary>
  214. Gets the Azure role instance name.
  215. </summary>
  216. <returns>The extracted data.</returns>
  217. </member>
  218. <member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.Role">
  219. <summary>
  220. Represents a role that is defined as part of a hosted service.
  221. </summary>
  222. </member>
  223. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.Role.#ctor(System.Object)">
  224. <summary>
  225. Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.Role"/> class.
  226. </summary>
  227. <param name="targetObject">The target object.</param>
  228. </member>
  229. <member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.Role.Name">
  230. <summary>
  231. Gets the name of the role as it is declared in the service definition file.
  232. </summary>
  233. </member>
  234. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.Role.GetTargetObjectInstance(System.Type,System.Object[])">
  235. <summary>
  236. Gets the target object instance.
  237. </summary>
  238. <param name="targetType">Type of the target.</param>
  239. <param name="activationArgs">The activation arguments.</param>
  240. <returns>
  241. The activated instance is one is required.
  242. </returns>
  243. </member>
  244. <member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment">
  245. <summary>
  246. Provides information about the configuration, endpoints, and status of running role instances.
  247. </summary>
  248. </member>
  249. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment.#ctor">
  250. <summary>
  251. Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment"/> class.
  252. </summary>
  253. </member>
  254. <member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment.IsAvailable">
  255. <summary>
  256. Gets a value indicating whether the role instance is running in the Windows Azure environment.
  257. </summary>
  258. </member>
  259. <member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment.DeploymentId">
  260. <summary>
  261. Gets the unique identifier of the deployment in which the role instance is running.
  262. </summary>
  263. </member>
  264. <member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment.CurrentRoleInstance">
  265. <summary>
  266. Gets a RoleInstance object that represents the role instance in which the code is currently running.
  267. </summary>
  268. </member>
  269. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleEnvironment.GetTargetObjectInstance(System.Type,System.Object[])">
  270. <summary>
  271. Gets the target object instance.
  272. </summary>
  273. <param name="targetType">Type of the target.</param>
  274. <param name="activationArgs">The activation arguments.</param>
  275. <returns>
  276. The activated instance is one is required.
  277. </returns>
  278. </member>
  279. <member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleInstance">
  280. <summary>
  281. Represents an instance of a role.
  282. </summary>
  283. </member>
  284. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleInstance.#ctor(System.Object)">
  285. <summary>
  286. Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleInstance"/> class.
  287. </summary>
  288. <param name="targetObject">The target object.</param>
  289. </member>
  290. <member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleInstance.Id">
  291. <summary>
  292. Gets the instance identifier (ID) of the role instance.
  293. </summary>
  294. </member>
  295. <member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleInstance.Role">
  296. <summary>
  297. Gets the Role object that is associated with the role instance.
  298. </summary>
  299. </member>
  300. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RoleInstance.GetTargetObjectInstance(System.Type,System.Object[])">
  301. <summary>
  302. Gets the target object instance.
  303. </summary>
  304. <param name="targetType">Type of the target.</param>
  305. <param name="activationArgs">The activation arguments.</param>
  306. <returns>
  307. The activated instance is one is required.
  308. </returns>
  309. </member>
  310. <member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject">
  311. <summary>
  312. A runtime bound object for a given .NET type.
  313. </summary>
  314. </member>
  315. <member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.targetType">
  316. <summary>
  317. The target type for our object.
  318. </summary>
  319. </member>
  320. <member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.targetObject">
  321. <summary>
  322. The target object.
  323. </summary>
  324. </member>
  325. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.#ctor(System.Type,System.Object[])">
  326. <summary>
  327. Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject"/> class.
  328. </summary>
  329. <param name="targetType">Type of the target.</param>
  330. <param name="activationArgs">The activation arguments.</param>
  331. </member>
  332. <member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.TargetType">
  333. <summary>
  334. Gets or sets the type of the target.
  335. </summary>
  336. </member>
  337. <member name="P:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.TargetObject">
  338. <summary>
  339. Gets or sets the target object.
  340. </summary>
  341. </member>
  342. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.GetTargetObjectInstance(System.Type,System.Object[])">
  343. <summary>
  344. Gets the target object instance.
  345. </summary>
  346. <param name="targetType">Type of the target.</param>
  347. <param name="activationArgs">The activation arguments.</param>
  348. <returns>The activated instance is one is required.</returns>
  349. </member>
  350. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.GetProperty(System.String,System.Object[])">
  351. <summary>
  352. Gets the property.
  353. </summary>
  354. <param name="name">The name.</param>
  355. <param name="args">The arguments.</param>
  356. <returns>The value for our property.</returns>
  357. </member>
  358. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.GetProperty(System.String,System.Type[],System.Object[])">
  359. <summary>
  360. Gets the property.
  361. </summary>
  362. <param name="name">The name.</param>
  363. <param name="parameterTypes">The parameter types.</param>
  364. <param name="args">The arguments.</param>
  365. <returns>The value for our property.</returns>
  366. </member>
  367. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.GetProperty(System.String,System.Reflection.BindingFlags,System.Type[],System.Object[])">
  368. <summary>
  369. Gets the property.
  370. </summary>
  371. <param name="name">The name.</param>
  372. <param name="bindingFlags">The binding flags.</param>
  373. <param name="parameterTypes">The parameter types.</param>
  374. <param name="args">The arguments.</param>
  375. <returns>The value for our property.</returns>
  376. </member>
  377. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.RuntimeBindingObject.InvokeHelper(System.String,System.Reflection.BindingFlags,System.Object[],System.Globalization.CultureInfo)">
  378. <summary>
  379. Invocation helper for calling any member on our target object.
  380. </summary>
  381. <param name="name">The name.</param>
  382. <param name="bindingFlags">The binding flags.</param>
  383. <param name="args">The arguments.</param>
  384. <param name="culture">The culture.</param>
  385. <returns>The return value for our invocation.</returns>
  386. </member>
  387. <member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.ServiceRuntime">
  388. <summary>
  389. The wrapper for the Azure Service Runtime.
  390. </summary>
  391. </member>
  392. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.ServiceRuntime.GetRoleEnvironment(System.String)">
  393. <summary>
  394. Gets the role environment.
  395. </summary>
  396. <param name="baseDirectory">The base directory.</param>
  397. <returns>
  398. The role environment object.
  399. </returns>
  400. </member>
  401. <member name="M:Microsoft.ApplicationInsights.WindowsServer.Implementation.TypeHelpers.GetLoadedType(System.String,System.String)">
  402. <summary>
  403. Gets the type by type name from the assembly.
  404. </summary>
  405. <param name="typeName">The type name.</param>
  406. <param name="assemblyName">The assembly name.</param>
  407. <returns>Return type from assembly loaded in the process by assembly and type name.</returns>
  408. </member>
  409. <member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.WindowsServerEventSource">
  410. <summary>
  411. ETW EventSource tracing class.
  412. </summary>
  413. </member>
  414. <member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.WindowsServerEventSource.Log">
  415. <summary>
  416. Instance of the WindowsServerEventSource class.
  417. </summary>
  418. </member>
  419. <member name="T:Microsoft.ApplicationInsights.WindowsServer.Implementation.WindowsServerEventSource.Keywords">
  420. <summary>
  421. Keywords for the PlatformEventSource. Those keywords should match keywords in Core.
  422. </summary>
  423. </member>
  424. <member name="F:Microsoft.ApplicationInsights.WindowsServer.Implementation.WindowsServerEventSource.Keywords.UserActionable">
  425. <summary>
  426. Key word for user actionable events.
  427. </summary>
  428. </member>
  429. <member name="T:Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule">
  430. <summary>
  431. The module subscribed to AppDomain.CurrentDomain.UnhandledException to send exceptions to ApplicationInsights.
  432. </summary>
  433. </member>
  434. <member name="M:Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule.#ctor">
  435. <summary>
  436. Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule"/> class.
  437. </summary>
  438. </member>
  439. <member name="M:Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration)">
  440. <summary>
  441. Initializes the telemetry module.
  442. </summary>
  443. </member>
  444. <member name="M:Microsoft.ApplicationInsights.WindowsServer.UnhandledExceptionTelemetryModule.Dispose">
  445. <summary>
  446. Disposing UnhandledExceptionTelemetryModule instance.
  447. </summary>
  448. </member>
  449. <member name="T:Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule">
  450. <summary>
  451. The module subscribed to TaskScheduler.UnobservedTaskException to send exceptions to ApplicationInsights.
  452. </summary>
  453. </member>
  454. <member name="M:Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule.#ctor">
  455. <summary>
  456. Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule" /> class.
  457. </summary>
  458. </member>
  459. <member name="M:Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration)">
  460. <summary>
  461. Initializes the telemetry module.
  462. </summary>
  463. <param name="configuration">Telemetry Configuration used for creating TelemetryClient for sending exceptions to ApplicationInsights.</param>
  464. </member>
  465. <member name="M:Microsoft.ApplicationInsights.WindowsServer.UnobservedExceptionTelemetryModule.Dispose">
  466. <summary>
  467. Disposing TaskSchedulerOnUnobservedTaskException instance.
  468. </summary>
  469. </member>
  470. </members>
  471. </doc>