markus / lib / RCWPF / 2018.1.122.40 / Telerik.Windows.Analytics.xml @ 40b3ce25
이력 | 보기 | 이력해설 | 다운로드 (3.41 KB)
1 | 787a4489 | KangIngu | <?xml version="1.0"?>
|
---|---|---|---|
2 | <doc>
|
||
3 | <assembly>
|
||
4 | <name>Telerik.Windows.Analytics</name> |
||
5 | </assembly>
|
||
6 | <members>
|
||
7 | <member name="T:Telerik.Windows.Analytics.TraceMonitor"> |
||
8 | <summary>
|
||
9 | Singleton class for creating IAnalyticsMonitor instance and enabling RadControls analytics support. |
||
10 | Call Initialize static method with an instance of <see cref="T:Telerik.Windows.Analytics.TraceMonitorSettings"/> to customize behavior of the constructed monitor. |
||
11 | </summary>
|
||
12 | </member>
|
||
13 | <member name="M:Telerik.Windows.Analytics.TraceMonitor.Initialize(System.Windows.Application,System.String)"> |
||
14 | <summary>
|
||
15 | Create an <see cref="T:EQATEC.Analytics.Monitor.IAnalyticsMonitor"/> instance using the default settings and enables RadControls analytics support. |
||
16 | </summary>
|
||
17 | <param name="application">The application instance. It is used to report unhandled exceptions and stops monitor on application exit event.</param> |
||
18 | <param name="productKey">The id of the product to monitor.</param> |
||
19 | <returns>An instance of the <see cref="T:EQATEC.Analytics.Monitor.IAnalyticsMonitor"/> interface.</returns> |
||
20 | </member>
|
||
21 | <member name="M:Telerik.Windows.Analytics.TraceMonitor.Initialize(System.Windows.Application,Telerik.Windows.Analytics.TraceMonitorSettings)"> |
||
22 | <summary>
|
||
23 | Create an <see cref="T:EQATEC.Analytics.Monitor.IAnalyticsMonitor"/> instance using the provided settings and enables RadControls analytics support. |
||
24 | </summary>
|
||
25 | <param name="application">The application instance. It is used to report unhandled exceptions and stops monitor on application exit event.</param> |
||
26 | <param name="settings">The settings to use for constructing the instance.</param> |
||
27 | <returns>An instance of the <see cref="T:EQATEC.Analytics.Monitor.IAnalyticsMonitor"/> interface.</returns> |
||
28 | </member>
|
||
29 | <member name="M:Telerik.Windows.Analytics.TraceMonitor.Initialize(System.Windows.Application,EQATEC.Analytics.Monitor.IAnalyticsMonitor)"> |
||
30 | <summary>
|
||
31 | Create an <see cref="T:EQATEC.Analytics.Monitor.IAnalyticsMonitor"/> instance using the provided settings and enables RadControls analytics support. |
||
32 | </summary>
|
||
33 | <param name="application">The application instance. It is used to report unhandled exceptions and stops monitor on application exit event.</param> |
||
34 | <param name="analyticsMonitor">Instance that can be used to monitor.</param> |
||
35 | <returns>An instance of the <see cref="T:EQATEC.Analytics.Monitor.IAnalyticsMonitor"/> interface.</returns> |
||
36 | </member>
|
||
37 | <member name="T:Telerik.Windows.Analytics.TraceMonitorSettings"> |
||
38 | <summary>
|
||
39 | Class containing the settings used for constructing <see cref="T:Telerik.Windows.Analytics.TraceMonitor"/> instance. |
||
40 | Instances are preloaded with default settings which can be adjusted before instance is being passed to the TraceMonitor.Initialize(TraceMonitorSettings) method. |
||
41 | </summary>
|
||
42 | </member>
|
||
43 | <member name="M:Telerik.Windows.Analytics.TraceMonitorSettings.#ctor(System.String)"> |
||
44 | <summary>
|
||
45 | Initializes a new instance of the TraceMonitorSettings class. |
||
46 | </summary>
|
||
47 | <param name="productKey">The id of the product to monitor.</param> |
||
48 | </member>
|
||
49 | </members>
|
||
50 | </doc> |