Microsoft.ApplicationInsights.xml
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 |
<?xml version="1.0"?>
<doc> <assembly> <name>Microsoft.ApplicationInsights</name> </assembly> <members> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Platform.PlatformImplementation"> <summary> The .NET 4.0 and 4.5 implementation of the <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.IPlatform"/> interface. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.IPlatform"> <summary> Encapsulates platform-specific functionality required by the API. </summary> <remarks> This type is public to enable mocking on Windows Phone. </remarks> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.IPlatform.GetApplicationSettings"> <summary> Returns a dictionary that can be used to access per-user/per-application settings shared by all application instances. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.IPlatform.ReadConfigurationXml"> <summary> Returns contents of the ApplicationInsights.config file in the application directory. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.IPlatform.GetExceptionDetails(System.Exception,Microsoft.ApplicationInsights.Extensibility.Implementation.External.ExceptionDetails)"> <summary> Returns the platform specific <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.External.ExceptionDetails"/> object for the given Exception. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.IPlatform.GetDebugOutput"> <summary> Returns the platform specific Debugger writer to the VS output console. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.Platform.PlatformImplementation.ReadConfigurationXml"> <summary> Returns contents of the ApplicationInsights.config file in the application directory. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.Platform.PlatformImplementation.GetDebugOutput"> <summary> Returns the platform specific Debugger writer to the VS output console. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryConfigurationFactory.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryConfigurationFactory"/> class. </summary> <remarks> This constructor is protected because <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryConfigurationFactory"/> is only meant to be instantiated by the <see cref="P:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryConfigurationFactory.Instance"/> property or by tests. </remarks> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryConfigurationFactory.Instance"> <summary> Gets or sets the default <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryConfigurationFactory"/> instance used by <see cref="T:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration"/>. </summary> <remarks> This property is a test isolation "pinch point" that allows us to test <see cref="T:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration"/> without using reflection. </remarks> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.External.ExceptionDetails"> <summary> Additional implementation for ExceptionDetails. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.External.ExceptionDetails.CreateWithoutStackInfo(System.Exception,Microsoft.ApplicationInsights.Extensibility.Implementation.External.ExceptionDetails)"> <summary> Creates a new instance of ExceptionDetails from a System.Exception and a parent ExceptionDetails. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.External.ComponentContextData"> <summary> Encapsulates information describing an Application Insights component. </summary> <remarks> This class matches the "Application" schema concept. We are intentionally calling it "Component" for consistency with terminology used by our portal and services and to encourage standardization of terminology within our organization. Once a consensus is reached, we will change type and property names to match. </remarks> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.ComponentContextData.Version"> <summary> Gets or sets the application version. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.ComponentContextData.Build"> <summary> Gets or sets the application version. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.External.ContextTagKeys"> <summary> Holds the static singleton instance of ContextTagKeys. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.External.DeviceContextData"> <summary> Encapsulates information about a device where an application is running. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.DeviceContextData.Type"> <summary> Gets or sets the type for the current device. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.DeviceContextData.Id"> <summary> Gets or sets a device unique ID. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.DeviceContextData.OperatingSystem"> <summary> Gets or sets the operating system name. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.DeviceContextData.OemName"> <summary> Gets or sets the device OEM for the current device. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.DeviceContextData.Model"> <summary> Gets or sets the device model for the current device. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.DeviceContextData.NetworkType"> <summary> Gets or sets the <a href="http://www.iana.org/assignments/ianaiftype-mib/ianaiftype-mib">IANA interface type</a> for the internet connected network adapter. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.DeviceContextData.ScreenResolution"> <summary> Gets or sets the current application screen resolution. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.DeviceContextData.Language"> <summary> Gets or sets the current display language of the operating system. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.DeviceContextData.RoleName"> <summary> Gets or sets the role name. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.DeviceContextData.RoleInstance"> <summary> Gets or sets the role instance. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.DeviceContextData.Ip"> <summary> Gets or sets the device IP address. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.DeviceContextData.MachineName"> <summary> Gets or sets the device VM name. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.External.InternalContextData"> <summary> Internal context type shared between SDK and DP. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.External.LocationContextData"> <summary> Encapsulates telemetry location information. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.LocationContextData.Ip"> <summary> Gets or sets the location IP. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.External.OperationContextData"> <summary> Encapsulates information about a user session. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.OperationContextData.Id"> <summary> Gets or sets the application-defined operation ID. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.OperationContextData.Name"> <summary> Gets or sets the application-defined operation NAME. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.External.SessionContextData"> <summary> Encapsulates information about a user session. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.SessionContextData.Id"> <summary> Gets or sets the application-defined session ID. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.SessionContextData.IsFirst"> <summary> Gets or sets the IsFirst Session for the user. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.SessionContextData.IsNewSession"> <summary> Gets or sets the IsNewSession Session. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.External.Tags"> <summary> Base class for tags backed context. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.External.UserContextData"> <summary> Encapsulates information about a user using an application. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.External.UserContextData.SetDefaults(Microsoft.ApplicationInsights.Extensibility.Implementation.External.UserContextData)"> <summary> Sets values on the current context based on the default context passed in. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.UserContextData.Id"> <summary> Gets or sets the ID of user accessing the application. </summary> <remarks> Unique user ID is automatically generated in default Application Insights configuration. </remarks> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.UserContextData.AccountId"> <summary> Gets or sets the ID of an application-defined account associated with the user. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.UserContextData.UserAgent"> <summary> Gets or sets the UserAgent of an application-defined account associated with the user. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.UserContextData.StoreRegion"> <summary> Gets or sets the StoreRegion of an application-defined account associated with the user. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.External.UserContextData.AcquisitionDate"> <summary> Gets or sets the date when the user accessed the application for the first time. </summary> <remarks> Acquisition date is automatically supplied in default Application Insights configuration. </remarks> </member> <member name="T:Microsoft.ApplicationInsights.Channel.InMemoryChannel"> <summary> Represents a communication channel for sending telemetry to Application Insights via HTTPS. There will be a buffer that will not be persisted, to enforce the queued telemetry items to be sent, <see cref="M:Microsoft.ApplicationInsights.Channel.ITelemetryChannel.Flush"/> should be called. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Channel.ITelemetryChannel"> <summary> Represents a communication channel for sending telemetry to application insights. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.ITelemetryChannel.Send(Microsoft.ApplicationInsights.Channel.ITelemetry)"> <summary> Sends an instance of ITelemetry through the channel. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.ITelemetryChannel.Flush"> <summary> Flushes the in-memory buffer. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.ITelemetryChannel.DeveloperMode"> <summary> Gets or sets a value indicating whether this channel is in developer mode. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.ITelemetryChannel.EndpointAddress"> <summary> Gets or sets the endpoint address of the channel. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.InMemoryChannel.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Channel.InMemoryChannel"/> class. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.InMemoryChannel.#ctor(Microsoft.ApplicationInsights.Channel.TelemetryBuffer,Microsoft.ApplicationInsights.Channel.InMemoryTransmitter)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Channel.InMemoryChannel"/> class. Used in unit tests for constructor injection. </summary> <param name="telemetryBuffer">The telemetry buffer that will be used to enqueue new events.</param> <param name="transmitter">The in memory transmitter that will send the events queued in the buffer.</param> </member> <member name="M:Microsoft.ApplicationInsights.Channel.InMemoryChannel.Send(Microsoft.ApplicationInsights.Channel.ITelemetry)"> <summary> Sends an instance of ITelemetry through the channel. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.InMemoryChannel.Flush"> <summary> Will send all the telemetry items stored in the memory. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.InMemoryChannel.Dispose"> <summary> Disposing the channel. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.InMemoryChannel.DeveloperMode"> <summary> Gets or sets a value indicating whether developer mode of telemetry transmission is enabled. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.InMemoryChannel.SendingInterval"> <summary> Gets or sets the sending interval. Once the interval expires, <see cref="T:Microsoft.ApplicationInsights.Channel.InMemoryChannel"/> serializes the accumulated telemetry items for transmission and sends it over the wire. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.InMemoryChannel.EndpointAddress"> <summary> Gets or sets the HTTP address where the telemetry is sent. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.InMemoryChannel.DataUploadIntervalInSeconds"> <summary> Gets or sets the maximum telemetry batching interval. Once the interval expires, <see cref="T:Microsoft.ApplicationInsights.Channel.InMemoryChannel"/> serializes the accumulated telemetry items for transmission. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.InMemoryChannel.MaxTelemetryBufferCapacity"> <summary> Gets or sets the maximum number of telemetry items will accumulate in a memory before the <see cref="T:Microsoft.ApplicationInsights.Channel.InMemoryChannel"/> serializing them for transmission to Application Insights. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Channel.InMemoryTransmitter"> <summary> A transmitter that will immediately send telemetry over HTTP. Telemetry items are being sent when Flush is called, or when the buffer is full (An OnFull "event" is raised) or every 30 seconds. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Channel.InMemoryTransmitter.sendingLockObj"> <summary> A lock object to serialize the sending calls from Flush, OnFull event and the Runner. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Channel.InMemoryTransmitter.disposeCount"> <summary> The number of times this object was disposed. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.InMemoryTransmitter.Dispose"> <summary> Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.InMemoryTransmitter.Flush"> <summary> Flushes the in-memory buffer and sends it. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.InMemoryTransmitter.Runner"> <summary> Flushes the in-memory buffer and sends the telemetry items in <see cref="F:Microsoft.ApplicationInsights.Channel.InMemoryTransmitter.sendingInterval"/> intervals or when <see cref="F:Microsoft.ApplicationInsights.Channel.InMemoryTransmitter.startRunnerEvent"/> is set. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.InMemoryTransmitter.OnBufferFull"> <summary> Happens when the in-memory buffer is full. Flushes the in-memory buffer and sends the telemetry items. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.InMemoryTransmitter.DequeueAndSend"> <summary> Flushes the in-memory buffer and send it. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.InMemoryTransmitter.Send(System.Collections.Generic.IEnumerable{Microsoft.ApplicationInsights.Channel.ITelemetry})"> <summary> Serializes a list of telemetry items and sends them. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Channel.ITelemetry"> <summary> The base telemetry type for application insights. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.ITelemetry.Sanitize"> <summary> Sanitizes the properties of the telemetry item based on DP constraints. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.ITelemetry.Timestamp"> <summary> Gets or sets date and time when telemetry was recorded. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.ITelemetry.Context"> <summary> Gets the context associated with this telemetry instance. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.ITelemetry.Sequence"> <summary> Gets or sets the value that defines absolute order of the telemetry item. </summary> <remarks> The sequence is used to track absolute order of uploaded telemetry items. It is a two-part value that includes a stable identifier for the current boot session and an incrementing identifier for each event added to the upload queue: For UTC this would increment for all events across the system. For Persistence this would increment for all events emitted from the hosting process. The Sequence helps track how many events were fired and how many events were uploaded and enables identification of data lost during upload and de-duplication of events on the ingress server. From <a href="https://microsoft.sharepoint.com/teams/CommonSchema/Shared%20Documents/Schema%20Specs/Common%20Schema%202%20-%20Language%20Specification.docx"/>. </remarks> </member> <member name="T:Microsoft.ApplicationInsights.Channel.TelemetryBuffer"> <summary> Accumulates <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/> items for efficient transmission. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Channel.TelemetryBuffer.OnFull"> <summary> Delegate that is raised when the buffer is full. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.TelemetryBuffer.Capacity"> <summary> Gets or sets the maximum number of telemetry items that can be buffered before transmission. </summary> <exception cref="T:System.ArgumentOutOfRangeException">The value is zero or less.</exception> </member> <member name="T:Microsoft.ApplicationInsights.Channel.Transmission"> <summary> Implements an asynchronous transmission of data to an HTTP POST endpoint. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.Transmission.#ctor(System.Uri,System.Byte[],System.String,System.String,System.TimeSpan)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Channel.Transmission"/> class. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.Transmission.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Channel.Transmission"/> class. This overload is for Test purposes. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Channel.Transmission.SendAsync"> <summary> Executes the request that the current transmission represents. </summary> <returns>The task to await.</returns> </member> <member name="M:Microsoft.ApplicationInsights.Channel.Transmission.CreateRequest(System.Uri)"> <summary> Creates a post web request. </summary> <param name="address">The Address in the web request.</param> <returns>A web request pointing to the <c>Address</c>.</returns> </member> <member name="P:Microsoft.ApplicationInsights.Channel.Transmission.EndpointAddress"> <summary> Gets the Address of the endpoint to which transmission will be sent. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.Transmission.Content"> <summary> Gets the content of the transmission. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.Transmission.ContentType"> <summary> Gets the content's type of the transmission. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.Transmission.ContentEncoding"> <summary> Gets the encoding method of the transmission. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.Transmission.Timeout"> <summary> Gets a timeout value for the transmission. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Channel.Transmission.Id"> <summary> Gets an id of the transmission. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.EventTelemetry"> <summary> Telemetry type used to track events. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.ISupportProperties"> <summary> Represents an object that supports application-defined properties. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.ISupportProperties.Properties"> <summary> Gets a dictionary of application-defined property names and values providing additional information about telemetry. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.EventTelemetry.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.EventTelemetry"/> class. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.EventTelemetry.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.EventTelemetry"/> class with the given <paramref name="name"/>. </summary> <exception cref="T:System.ArgumentException">The event <paramref name="name"/> is null or empty string.</exception> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.EventTelemetry.Microsoft#ApplicationInsights#Channel#ITelemetry#Sanitize"> <summary> Sanitizes the properties based on constraints. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.EventTelemetry.Timestamp"> <summary> Gets or sets date and time when event was recorded. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.EventTelemetry.Sequence"> <summary> Gets or sets the value that defines absolute order of the telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.EventTelemetry.Context"> <summary> Gets the context associated with the current telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.EventTelemetry.Name"> <summary> Gets or sets the name of the event. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.EventTelemetry.Metrics"> <summary> Gets a dictionary of application-defined event metrics. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.EventTelemetry.Properties"> <summary> Gets a dictionary of application-defined property names and values providing additional information about this event. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.ExceptionHandledAt"> <summary> This enumeration is used by ExceptionTelemetry to identify if and where exception was handled. </summary> </member> <member name="F:Microsoft.ApplicationInsights.DataContracts.ExceptionHandledAt.Unhandled"> <summary> Exception was not handled. Application crashed. </summary> </member> <member name="F:Microsoft.ApplicationInsights.DataContracts.ExceptionHandledAt.UserCode"> <summary> Exception was handled in user code. </summary> </member> <member name="F:Microsoft.ApplicationInsights.DataContracts.ExceptionHandledAt.Platform"> <summary> Exception was handled by some platform handlers. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry"> <summary> Telemetry type used to track exceptions. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry"/> class with empty properties. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry.#ctor(System.Exception)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry"/> class with empty properties. </summary> <param name="exception">Exception instance.</param> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry.Microsoft#ApplicationInsights#Channel#ITelemetry#Sanitize"> <summary> Sanitizes the properties based on constraints. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry.Timestamp"> <summary> Gets or sets date and time when telemetry was recorded. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry.Sequence"> <summary> Gets or sets the value that defines absolute order of the telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry.Context"> <summary> Gets the context associated with the current telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry.HandledAt"> <summary> Gets or sets the value indicated where the exception was handled. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry.Exception"> <summary> Gets or sets the original exception tracked by this <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/>. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry.Metrics"> <summary> Gets a dictionary of application-defined exception metrics. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry.Properties"> <summary> Gets a dictionary of application-defined property names and values providing additional information about this exception. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry.SeverityLevel"> <summary> Gets or sets Exception severity level. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.IJsonSerializable"> <summary> Represents objects that support serialization to JSON. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonSerializable.Serialize(Microsoft.ApplicationInsights.DataContracts.IJsonWriter)"> <summary> Writes JSON representation of the object to the specified <paramref name="writer"/>. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.IJsonWriter"> <summary> Encapsulates logic for serializing objects to JSON. </summary> <seealso cref="T:Microsoft.ApplicationInsights.DataContracts.IJsonSerializable"/>. </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteStartArray"> <summary> Writes opening/left square bracket. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteStartObject"> <summary> Writes opening/left curly brace. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteEndArray"> <summary> Writes closing/right square bracket. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteEndObject"> <summary> Writes closing/right curly brace. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteComma"> <summary> Writes comma. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteProperty(System.String,System.String)"> <summary> Writes a <see cref="T:System.String"/> property. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteProperty(System.String,System.Nullable{System.Boolean})"> <summary> Writes a <see cref="T:System.Boolean"/> property. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteProperty(System.String,System.Nullable{System.Int32})"> <summary> Writes a <see cref="T:System.Int32"/> property. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteProperty(System.String,System.Nullable{System.Double})"> <summary> Writes a <see cref="T:System.Double"/> property. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteProperty(System.String,System.Nullable{System.TimeSpan})"> <summary> Writes a <see cref="T:System.TimeSpan"/> property. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteProperty(System.String,System.Nullable{System.DateTimeOffset})"> <summary> Writes a <see cref="T:System.DateTimeOffset"/> property. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteProperty(System.String,System.Collections.Generic.IDictionary{System.String,System.Double})"> <summary> Writes a <see cref="T:System.Collections.Generic.IDictionary`2"/> property. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteProperty(System.String,System.Collections.Generic.IDictionary{System.String,System.String})"> <summary> Writes a <see cref="T:System.Collections.Generic.IDictionary`2"/> property. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteProperty(System.String,Microsoft.ApplicationInsights.DataContracts.IJsonSerializable)"> <summary> Writes an <see cref="T:Microsoft.ApplicationInsights.DataContracts.IJsonSerializable"/> object property. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WritePropertyName(System.String)"> <summary> Writes a property name in double quotation marks, followed by a colon. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.IJsonWriter.WriteRawValue(System.Object)"> <summary> Writes <see cref="T:System.Object"/> as raw value directly. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.InnerExceptionCountExceededException"> <summary> This exception is used to notify the user that the set of inner exceptions has been trimmed because it exceeded our allowed send limit. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.InnerExceptionCountExceededException.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.InnerExceptionCountExceededException"/> class. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.InnerExceptionCountExceededException.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.InnerExceptionCountExceededException"/> class with a specified error message. </summary> <param name="message">The message that describes the error. </param> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.InnerExceptionCountExceededException.#ctor(System.String,System.Exception)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.InnerExceptionCountExceededException"/> class with a specified error message and a reference to the inner exception that is the cause of this exception. </summary> <param name="message">The error message that explains the reason for the exception. </param><param name="innerException">The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. </param> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.InnerExceptionCountExceededException.#ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.InnerExceptionCountExceededException"/> class with serialized data. </summary> <param name="info">The <see cref="T:System.Runtime.Serialization.SerializationInfo"/> that holds the serialized object data about the exception being thrown. </param><param name="context">The <see cref="T:System.Runtime.Serialization.StreamingContext"/> that contains contextual information about the source or destination. </param><exception cref="T:System.ArgumentNullException">The <paramref name="info"/> parameter is null. </exception><exception cref="T:System.Runtime.Serialization.SerializationException">The class name is null or <see cref="P:System.Exception.HResult"/> is zero (0). </exception> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry"> <summary> Telemetry type used to track metrics. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry"/> class with empty properties. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.#ctor(System.String,System.Double)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry"/> class with the specified <paramref name="metricName"/> and <paramref name="metricValue"/>. </summary> <exception cref="T:System.ArgumentException">The <paramref name="metricName"/> is null or empty string.</exception> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.Microsoft#ApplicationInsights#Channel#ITelemetry#Sanitize"> <summary> Sanitizes the properties based on constraints. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.Timestamp"> <summary> Gets or sets date and time when event was recorded. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.Sequence"> <summary> Gets or sets the value that defines absolute order of the telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.Context"> <summary> Gets the context associated with the current telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.Name"> <summary> Gets or sets the name of the metric. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.Value"> <summary> Gets or sets the value of this metric. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.Count"> <summary> Gets or sets the number of samples for this metric. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.Min"> <summary> Gets or sets the min value of this metric. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.Max"> <summary> Gets or sets the max value of this metric. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.StandardDeviation"> <summary> Gets or sets the standard deviation of this metric. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry.Properties"> <summary> Gets a dictionary of application-defined property names and values providing additional information about this metric. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry"> <summary> Telemetry type used to track page views. </summary> <remarks> You can send information about pages viewed by your application to Application Insights by passing an instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry"/> class to the <see cref="M:Microsoft.ApplicationInsights.TelemetryClient.TrackPageView(Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry)"/> method. </remarks> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry"/> class. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry"/> class with the specified <paramref name="pageName"/>. </summary> <exception cref="T:System.ArgumentException">The <paramref name="pageName"/> is null or empty string.</exception> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry.Microsoft#ApplicationInsights#Channel#ITelemetry#Sanitize"> <summary> Sanitizes the properties based on constraints. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry.Timestamp"> <summary> Gets or sets date and time when event was recorded. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry.Sequence"> <summary> Gets or sets the value that defines absolute order of the telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry.Context"> <summary> Gets the context associated with the current telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry.Name"> <summary> Gets or sets the name of the metric. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry.Url"> <summary> Gets or sets the page view Uri. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry.Duration"> <summary> Gets or sets the page view duration. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry.Metrics"> <summary> Gets a dictionary of custom defined metrics. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry.Properties"> <summary> Gets a dictionary of application-defined property names and values providing additional information about this page view. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry"> <summary> The class that represents information about performance counters. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry.Microsoft#ApplicationInsights#Channel#ITelemetry#Sanitize"> <summary> Sanitizes the properties based on constraints. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry.Timestamp"> <summary> Gets or sets date and time when telemetry was recorded. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry.Sequence"> <summary> Gets or sets the value that defines absolute order of the telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry.Context"> <summary> Gets the context associated with the current telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry.Value"> <summary> Gets or sets the counter value. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry.CategoryName"> <summary> Gets or sets the category name. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry.CounterName"> <summary> Gets or sets the counter name. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry.InstanceName"> <summary> Gets or sets the instance name. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry.Properties"> <summary> Gets a dictionary of application-defined property names and values providing additional information about this exception. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry"> <summary> The class that represents information about the collected dependency. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry"/> class. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.#ctor(System.String,System.String,System.DateTimeOffset,System.TimeSpan,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry"/> class with the given <paramref name="dependencyName"/>, <paramref name="commandName"/>, <paramref name="startTime"/>, <paramref name="duration"/> and <paramref name="success"/> property values. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.Microsoft#ApplicationInsights#Channel#ITelemetry#Sanitize"> <summary> Sanitizes the properties based on constraints. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.Timestamp"> <summary> Gets or sets date and time when telemetry was recorded. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.Sequence"> <summary> Gets or sets the value that defines absolute order of the telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.Context"> <summary> Gets the context associated with the current telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.Name"> <summary> Gets or sets resource name. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.CommandName"> <summary> Gets or sets text of SQL command or empty it not applicable. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.DependencyTypeName"> <summary> Gets or sets the dependency type name. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.StartTime"> <summary> Gets or sets the date and time when dependency was called by the application. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.Duration"> <summary> Gets or sets dependency call duration. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.Count"> <summary> Gets or sets request count. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.Success"> <summary> Gets or sets a value indicating whether the dependency call was successful or not. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.Async"> <summary> Gets or sets a value indicating whether the dependency call was made asynchronously or not. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.Properties"> <summary> Gets a dictionary of application-defined property names and values providing additional information about this remote dependency. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry.DependencyKind"> <summary> Gets or sets the dependency kind, like SQL, HTTP, Azure, etc. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry"> <summary> Encapsulates information about a web request handled by the application. </summary> <remarks> You can send information about requests processed by your web application to Application Insights by passing an instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry"/> class to the <see cref="M:Microsoft.ApplicationInsights.TelemetryClient.TrackRequest(Microsoft.ApplicationInsights.DataContracts.RequestTelemetry)"/> method. </remarks> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry"/> class. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.#ctor(System.String,System.DateTimeOffset,System.TimeSpan,System.String,System.Boolean)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry"/> class with the given <paramref name="name"/>, <paramref name="startTime"/>, <paramref name="duration"/>, <paramref name="responseCode"/> and <paramref name="success"/> property values. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Microsoft#ApplicationInsights#Channel#ITelemetry#Sanitize"> <summary> Sanitizes the properties based on constraints. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Timestamp"> <summary> Gets or sets date and time when telemetry was recorded. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.StartTime"> <summary> Gets or sets the date and time when request was processed by the application. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Sequence"> <summary> Gets or sets the value that defines absolute order of the telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Context"> <summary> Gets the object that contains contextual information about the application at the time when it handled the request. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Id"> <summary> Gets or sets the unique identifier of the request. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Name"> <summary> Gets or sets human-readable name of the requested page. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.ResponseCode"> <summary> Gets or sets response code returned by the application after handling the request. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Success"> <summary> Gets or sets a value indicating whether application handled the request successfully. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Duration"> <summary> Gets or sets the amount of time it took the application to handle the request. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Properties"> <summary> Gets a dictionary of application-defined property names and values providing additional information about this request. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Url"> <summary> Gets or sets request url (optional). </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.Metrics"> <summary> Gets a dictionary of application-defined request metrics. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.RequestTelemetry.HttpMethod"> <summary> Gets or sets the HTTP method of the request. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.SessionState"> <summary> Contains values that identify state of a user session. </summary> </member> <member name="F:Microsoft.ApplicationInsights.DataContracts.SessionState.Start"> <summary> Indicates that a user session started. </summary> </member> <member name="F:Microsoft.ApplicationInsights.DataContracts.SessionState.End"> <summary> Indicates that a user session ended. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.SessionStateTelemetry"> <summary> Telemetry type used to track user sessions. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.SessionStateTelemetry.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.SessionStateTelemetry"/> class. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.SessionStateTelemetry.#ctor(Microsoft.ApplicationInsights.DataContracts.SessionState)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.SessionStateTelemetry"/> class with the specified <paramref name="state"/>. </summary> <param name="state"> A <see cref="T:Microsoft.ApplicationInsights.DataContracts.SessionState"/> value indicating state of the user session. </param> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.SessionStateTelemetry.Microsoft#ApplicationInsights#Channel#ITelemetry#Sanitize"> <summary> Sanitizes this telemetry instance to ensure it can be accepted by the Application Insights. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.SessionStateTelemetry.Timestamp"> <summary> Gets or sets the date and time the session state was recorded. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.SessionStateTelemetry.Context"> <summary> Gets the <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/> of the application when the session state was recorded. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.SessionStateTelemetry.Sequence"> <summary> Gets or sets the value that defines absolute order of the telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.SessionStateTelemetry.State"> <summary> Gets or sets the value describing state of the user session. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.SeverityLevel"> <summary> This enumeration is used by ExceptionTelemetry and TraceTelemetry to identify severity level. </summary> </member> <member name="F:Microsoft.ApplicationInsights.DataContracts.SeverityLevel.Verbose"> <summary> Verbose severity level. </summary> </member> <member name="F:Microsoft.ApplicationInsights.DataContracts.SeverityLevel.Information"> <summary> Information severity level. </summary> </member> <member name="F:Microsoft.ApplicationInsights.DataContracts.SeverityLevel.Warning"> <summary> Warning severity level. </summary> </member> <member name="F:Microsoft.ApplicationInsights.DataContracts.SeverityLevel.Error"> <summary> Error severity level. </summary> </member> <member name="F:Microsoft.ApplicationInsights.DataContracts.SeverityLevel.Critical"> <summary> Critical severity level. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"> <summary> Represents a context for sending telemetry to the Application Insights service. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/> class. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.Microsoft#ApplicationInsights#DataContracts#IJsonSerializable#Serialize(Microsoft.ApplicationInsights.DataContracts.IJsonWriter)"> <summary> Serializes this object in JSON format. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.InstrumentationKey"> <summary> Gets or sets the default instrumentation key for all <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/> objects logged in this <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/>. </summary> <remarks> By default, this property is initialized with the <see cref="P:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.InstrumentationKey"/> value of the <see cref="P:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.Active"/> instance of <see cref="T:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration"/>. You can specify it for all telemetry tracked via a particular <see cref="T:Microsoft.ApplicationInsights.TelemetryClient"/> or for a specific <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/> instance. </remarks> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.Component"> <summary> Gets the object describing the component tracked by this <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/>. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.Device"> <summary> Gets the object describing the device tracked by this <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/>. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.Session"> <summary> Gets the object describing a user session tracked by this <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/>. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.User"> <summary> Gets the object describing a user tracked by this <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/>. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.Operation"> <summary> Gets the object describing a operation tracked by this <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/>. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.Location"> <summary> Gets the object describing a location tracked by this <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/>. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.Properties"> <summary> Gets a dictionary of application-defined property values. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.Tags"> <summary> Gets a dictionary of context tags. </summary> </member> <member name="T:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry"> <summary> Telemetry type used for log messages. Contains a time and message and optionally some additional metadata. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry"/> class. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.#ctor(System.String)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry"/> class. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.#ctor(System.String,Microsoft.ApplicationInsights.DataContracts.SeverityLevel)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry"/> class. </summary> </member> <member name="M:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.Microsoft#ApplicationInsights#Channel#ITelemetry#Sanitize"> <summary> Sanitizes the properties based on constraints. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.Timestamp"> <summary> Gets or sets date and time when event was recorded. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.Sequence"> <summary> Gets or sets the value that defines absolute order of the telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.Context"> <summary> Gets the context associated with the current telemetry item. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.Message"> <summary> Gets or sets the message text. For example, the text that would normally be written to a log file line. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.SeverityLevel"> <summary> Gets or sets Trace severity level. </summary> </member> <member name="P:Microsoft.ApplicationInsights.DataContracts.TraceTelemetry.Properties"> <summary> Gets a dictionary of application-defined property names and values providing additional information about this trace. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.IContextInitializer"> <summary> Represents an object that implements supporting logic for <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/>. </summary> <remarks> One type of objects that support <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/> is a telemetry source. A telemetry source can supply initial property values for a <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/> object during its construction or generate <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/> objects during its lifetime. </remarks> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.IContextInitializer.Initialize(Microsoft.ApplicationInsights.DataContracts.TelemetryContext)"> <summary> Initializes the given <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/>. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.IDebugOutput"> <summary> Encapsulates method call that has to be compiled with DEBUG compiler constant. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.IDebugOutput.WriteLine(System.String)"> <summary> Write the message to the VisualStudio output window. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.IDebugOutput.IsLogging"> <summary> Checks to see if logging is enabled by an attached debugger. </summary> <returns>true if a debugger is attached and logging is enabled; otherwise, false.</returns> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.ComponentContext"> <summary> Encapsulates information describing an Application Insights component. </summary> <remarks> This class matches the "Application" schema concept. We are intentionally calling it "Component" for consistency with terminology used by our portal and services and to encourage standardization of terminology within our organization. Once a consensus is reached, we will change type and property names to match. </remarks> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.ComponentContext.Version"> <summary> Gets or sets the application version. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.DeviceContext"> <summary> Encapsulates information about a device where an application is running. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.DeviceContext.Type"> <summary> Gets or sets the type for the current device. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.DeviceContext.Id"> <summary> Gets or sets a device unique ID. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.DeviceContext.OperatingSystem"> <summary> Gets or sets the operating system name. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.DeviceContext.OemName"> <summary> Gets or sets the device OEM for the current device. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.DeviceContext.Model"> <summary> Gets or sets the device model for the current device. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.DeviceContext.NetworkType"> <summary> Gets or sets the <a href="http://www.iana.org/assignments/ianaiftype-mib/ianaiftype-mib">IANA interface type</a> for the internet connected network adapter. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.DeviceContext.ScreenResolution"> <summary> Gets or sets the current application screen resolution. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.DeviceContext.Language"> <summary> Gets or sets the current display language of the operating system. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.DeviceContext.RoleName"> <summary> Gets or sets the role name. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.DeviceContext.RoleInstance"> <summary> Gets or sets the role instance. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.ExceptionConverter.ConvertToExceptionDetails(System.Exception,Microsoft.ApplicationInsights.Extensibility.Implementation.External.ExceptionDetails)"> <summary> Converts a System.Exception to a Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryTypes.ExceptionDetails. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.ExceptionConverter.SanitizeStackFrame``2(System.Collections.Generic.IList{``0},System.Func{``0,System.Int32,``1},System.Func{``1,System.Int32})"> <summary> Sanitizing stack to 32k while selecting the initial and end stack trace. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.ExceptionConverter.GetStackFrame(System.Diagnostics.StackFrame,System.Int32)"> <summary> Converts a System.Diagnostics.StackFrame to a Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryTypes.StackFrame. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.ExceptionConverter.GetStackFrameLength(Microsoft.ApplicationInsights.Extensibility.Implementation.External.StackFrame)"> <summary> Gets the stack frame length for only the strings in the stack frame. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Clock"> <summary> A highly-accurate, precise and testable clock. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.FixedSizeQueue`1"> <summary> A light fixed size queue. If Enqueue is called and queue's limit has reached the last item will be removed. This data structure is thread safe. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.InternalContext"> <summary> Encapsulates Internal information. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.InternalContext.SdkVersion"> <summary> Gets or sets application insights SDK version. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.InternalContext.AgentVersion"> <summary> Gets or sets application insights agent version. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.IRandomNumberBatchGenerator"> <summary> Interface for random number generator capable of producing a batch of unsigned 64 bit random numbers. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer"> <summary> Serializes and compress the telemetry items into a JSON string. Compression will be done using GZIP, for Windows Phone 8 compression will be disabled because there is API support for it. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer.Serialize(System.Collections.Generic.IEnumerable{Microsoft.ApplicationInsights.Channel.ITelemetry},System.Boolean)"> <summary> Serializes and compress the telemetry items into a JSON string. Each JSON object is separated by a new line. </summary> <param name="telemetryItems">The list of telemetry items to serialize.</param> <param name="compress">Should serialization also perform compression.</param> <returns>The compressed and serialized telemetry items.</returns> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer.Serialize(Microsoft.ApplicationInsights.Channel.ITelemetry,System.Boolean)"> <summary> Serialize and compress a telemetry item. </summary> <param name="telemetryItem">A telemetry item.</param> <param name="compress">Should serialization also perform compression.</param> <returns>The compressed and serialized telemetry item.</returns> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer.SerializeAsString(System.Collections.Generic.IEnumerable{Microsoft.ApplicationInsights.Channel.ITelemetry})"> <summary> Serializes <paramref name="telemetryItems"/> into a JSON string. Each JSON object is separated by a new line. </summary> <param name="telemetryItems">The list of telemetry items to serialize.</param> <returns>A JSON string of all the serialized items.</returns> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer.SerializeAsString(Microsoft.ApplicationInsights.Channel.ITelemetry)"> <summary> Serializes a <paramref name="telemetry"/> into a JSON string. </summary> <param name="telemetry">The telemetry to serialize.</param> <returns>A JSON string of the serialized telemetry.</returns> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer.CreateCompressedStream(System.IO.Stream)"> <summary> Creates a GZIP compression stream that wraps <paramref name="stream"/>. For windows phone 8.0 it returns <paramref name="stream"/>. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer.SeializeToStream(System.Collections.Generic.IEnumerable{Microsoft.ApplicationInsights.Channel.ITelemetry},System.IO.TextWriter)"> <summary> Serializes <paramref name="telemetryItems"/> and write the response to <paramref name="streamWriter"/>. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer.SerializePerformanceCounter(Microsoft.ApplicationInsights.DataContracts.PerformanceCounterTelemetry,Microsoft.ApplicationInsights.Extensibility.Implementation.JsonWriter)"> <summary> Serializes this object in JSON format. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.JsonSerializer.CompressionType"> <summary> Gets the compression type used by the serializer. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.JsonWriter.WritePropertyName(System.String)"> <summary> Writes the specified property name enclosed in double quotation marks followed by a colon. </summary> <remarks> When this method is called multiple times, the second call after <see cref="M:Microsoft.ApplicationInsights.Extensibility.Implementation.JsonWriter.WriteStartObject"/> and all subsequent calls will write a coma before the name. </remarks> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.LocationContext"> <summary> Encapsulates telemetry location information. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.LocationContext.Ip"> <summary> Gets or sets the location IP. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.OperationContext"> <summary> Encapsulates information about an operation. Operation normally reflects an end to end scenario that starts from a user action (e.g. button click). </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.OperationContext.Id"> <summary> Gets or sets the application-defined operation ID. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.OperationContext.Name"> <summary> Gets or sets the application-defined operation NAME. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.OperationContext.SyntheticSource"> <summary> Gets or sets the application-defined operation SyntheticSource. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Platform.PlatformSingleton"> <summary> Provides access to the <see cref="P:Microsoft.ApplicationInsights.Extensibility.Implementation.Platform.PlatformSingleton.Current"/> platform. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.Platform.PlatformSingleton.Current"> <summary> Gets or sets the current <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.IPlatform"/> implementation. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Property"> <summary> A helper class for implementing properties of telemetry and context classes. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.SessionContext"> <summary> Encapsulates information about a user session. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.SessionContext.Id"> <summary> Gets or sets the application-defined session ID. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.SessionContext.IsFirst"> <summary> Gets or sets the IsFirst Session for the user. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TaskTimer"> <summary> Runs a task after a certain delay and log any error. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.TaskTimer.InfiniteTimeSpan"> <summary> Represents an infinite time span. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.TaskTimer.Start(System.Func{System.Threading.Tasks.Task})"> <summary> Start the task. </summary> <param name="elapsed">The task to run.</param> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.TaskTimer.Cancel"> <summary> Cancels the current task. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.TaskTimer.Dispose"> <summary> Releases unmanaged and - optionally - managed resources. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.TaskTimer.Delay"> <summary> Gets or sets the delay before the task starts. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.TaskTimer.IsStarted"> <summary> Gets a value indicating whether value that indicates if a task has already started. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.Telemetry.NormalizeInstrumentationKey(System.String)"> <summary> Normalize instrumentation key by removing dashes ('-') and making string in the lowercase. In case no InstrumentationKey is available just return empty string. In case when InstrumentationKey is available return normalized key + dot ('.') as a separator between instrumentation key part and telemetry name part. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryContextExtensions"> <summary> Extension methods for TelemetryContext. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryContextExtensions.GetInternalContext(Microsoft.ApplicationInsights.DataContracts.TelemetryContext)"> <summary> Returns TelemetryContext's Internal context. </summary> <param name="context">Telemetry context to get Internal context for.</param> <returns>Internal context for TelemetryContext.</returns> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.CoreEventSource.Keywords"> <summary> Keywords for the PlatformEventSource. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.CoreEventSource.Keywords.UserActionable"> <summary> Key word for user actionable events. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.CoreEventSource.Keywords.Diagnostics"> <summary> Keyword for errors that trace at Verbose level. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.CoreEventSource.Keywords.VerboseFailure"> <summary> Keyword for errors that trace at Verbose level. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.CoreEventSource.Keywords.ErrorFailure"> <summary> Keyword for errors that trace at Error level. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsListener"> <summary> Subscriber to ETW Event source events, which sends data to other Senders (F5 and Portal). </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.ITelemetryModule"> <summary> Represents an object that supports initialization from <see cref="T:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration"/>. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.ITelemetryModule.Initialize(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration)"> <summary> Initialize method is called after all configuration properties have been loaded from the configuration. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule"/> class. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule.Severity"> <summary> Gets or sets diagnostics Telemetry Module LogLevel configuration setting. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.DiagnosticsTelemetryModule.DiagnosticsInstrumentationKey"> <summary> Gets or sets instrumentation key for diagnostics. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.EventMetaData"> <summary> Event metadata from event source method attribute. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.Extensions"> <summary> Provides a set of extension methods for tracing. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.Extensions.ToInvariantString(System.Exception)"> <summary> Returns a culture-independent string representation of the given <paramref name="exception"/> object, appropriate for diagnostics tracing. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.F5DiagnosticsSender"> <summary> This class is responsible for sending diagnostics information into VS debug output for F5 experience. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.IDiagnosticsSender.Send(Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.TraceEvent)"> <summary> Sends diagnostics data to the appropriate output. </summary> <param name="eventData">Information about trace event.</param> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.F5DiagnosticsSender.debugOutput"> <summary> VS debug output. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.F5DiagnosticsSender.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.F5DiagnosticsSender"/> class. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.PortalDiagnosticsQueueSender"> <summary> A dummy queue sender to keep the data to be sent to the portal before the initialize method is called. This is due to the fact that initialize method cannot be called without the configuration and the event listener write event is triggered before the diagnosticTelemetryModule initialize method is triggered. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.PortalDiagnosticsSender"> <summary> This class is responsible for sending diagnostics information into portal. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.PortalDiagnosticsSender.AiPrefix"> <summary> Prefix of the traces in portal. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.PortalDiagnosticsSender.AiNonUserActionable"> <summary> For user non actionable traces use AI Internal prefix. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.PortalDiagnosticsSender.#ctor(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration,Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.IDiagnoisticsEventThrottlingManager)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.PortalDiagnosticsSender"/> class. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.PortalDiagnosticsSender.DiagnosticsInstrumentationKey"> <summary> Gets or sets instrumentation key for diagnostics (optional). </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.ThreadResourceLock"> <summary> Thread level resource section lock. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.ThreadResourceLock.syncObject"> <summary> Thread level lock object. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.ThreadResourceLock.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.ThreadResourceLock"/> class. Marks section locked. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.ThreadResourceLock.Dispose"> <summary> Release lock. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.ThreadResourceLock.IsResourceLocked"> <summary> Gets a value indicating whether lock is set on the section. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.TraceEvent"> <summary> Event Source event wrapper. Contains description information for trace event. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.TraceEvent.MetaData"> <summary> Gets or sets event metadata. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.Tracing.TraceEvent.Payload"> <summary> Gets or sets event event parameters. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TypeExtensions"> <summary> Defines extension methods that allow coding against <see cref="T:System.Type"/> without conditional compilation on versions of .NET framework. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.TypeExtensions.IsAssignableFrom(System.Type,System.Type)"> <summary> Returns a value that indicates whether the specified type can be assigned to the current type. </summary> <remarks> This method emulates the built-in method of the <see cref="T:System.Type"/> class which is not available on Windows Runtime. </remarks> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.TypeExtensions.GetProperties(System.Type)"> <summary> Returns all the public properties of the specified type. </summary> <remarks> This method emulates the built-in method of the <see cref="T:System.Type"/> class which is not available on Windows Runtime. Note that, unlike the built-in <see cref="T:System.Type"/> method, this method does not return properties defined in any of the base types. However, this should be sufficient for our public types, which have to be sealed on Windows Runtime. </remarks> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.UserContext"> <summary> Encapsulates information about a user using an application. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.UserContext.Id"> <summary> Gets or sets the ID of user accessing the application. </summary> <remarks> Unique user ID is automatically generated in default Application Insights configuration. </remarks> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.UserContext.AccountId"> <summary> Gets or sets the ID of an application-defined account associated with the user. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.UserContext.UserAgent"> <summary> Gets or sets the UserAgent of an application-defined account associated with the user. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.UserContext.AcquisitionDate"> <summary> Gets or sets the date when the user accessed the application for the first time. </summary> <remarks> Acquisition date is automatically supplied in default Application Insights configuration. </remarks> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.UserContext.StoreRegion"> <summary> Gets or sets the store region of an application-defined account associated with the user. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.random"> <summary> Generator singleton. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.index"> <summary> Index of the last used random number within pre-generated array. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.segmentCount"> <summary> Count of segments of random numbers. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.segmentSize"> <summary> Number of random numbers per segment. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.bitsToStoreRandomIndexWithinSegment"> <summary> Number of bits used to store index of the random number within segment. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.segmentIndexMask"> <summary> Bit mask to get segment index bits. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.randomIndexWithinSegmentMask"> <summary> Bit mask to get index of the random number within segment. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.randomArrayIndexMask"> <summary> Bit mask to get index of the random number in the pre-generated array. </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.randomGemerators"> <summary> Array of random number batch generators (one per each segment). </summary> </member> <member name="F:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.randomNumbers"> <summary> Array of pre-generated random numbers. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom"/> class. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.Initialize"> <summary> Initializes generator with a set of random numbers. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.Initialize(System.Func{System.UInt64,Microsoft.ApplicationInsights.Extensibility.Implementation.IRandomNumberBatchGenerator},System.Int32,System.Int32)"> <summary> Initializes generator with a set of random numbers. </summary> <param name="randomGeneratorFactory">Factory used to create random number batch generators.</param> <param name="segmentIndexBits">Number of significant bits in segment index, i.e. value of 3 means 8 segments of random numbers - 0..7.</param> <param name="segmentBits">Number of significant bits in random number index within segment, i.e. value of 10 means 1024 random numbers per segment.</param> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.Next"> <summary> Weakly thread safe next (random) operation id generator where 'weakly' indicates that it is unlikely we'll get into collision state. </summary> <returns>Next operation id.</returns> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.WeakConcurrentRandom.RegenerateSegment(System.Int32)"> <summary> Generates random number batch for segment which just exhausted according to value of the new index. </summary> <param name="newIndex">Index in random number array of the random number we're about to return.</param> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.XorshiftRandomBatchGenerator"> <summary> Generates batches of random number using Xorshift algorithm Note: the base code is from http://www.codeproject.com/Articles/9187/A-fast-equivalent-for-System-Random. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.XorshiftRandomBatchGenerator.#ctor(System.UInt64)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.XorshiftRandomBatchGenerator"/> class. </summary> <param name="seed">Random generator seed value.</param> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.XorshiftRandomBatchGenerator.NextBatch(System.UInt64[],System.Int32,System.Int32)"> <summary> Generates a batch of random numbers. </summary> <param name="buffer">Buffer to put numbers in.</param> <param name="index">Start index in the buffer.</param> <param name="count">Count of random numbers to generate.</param> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.ITelemetryInitializer"> <summary> Represents an object that initializes <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/> objects. </summary> <remarks> The <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/> instances use <see cref="T:Microsoft.ApplicationInsights.Extensibility.ITelemetryInitializer"/> objects to automatically initialize properties of the <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/> objects. </remarks> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.ITelemetryInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)"> <summary> Initializes properties of the specified <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/> object. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.SdkVersionPropertyContextInitializer"> <summary> Initializes SDK Properties: SDK Version and SDKMode. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.SdkVersionPropertyContextInitializer.Initialize(Microsoft.ApplicationInsights.DataContracts.TelemetryContext)"> <summary> Adds a telemetry property for the version of SDK. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration"> <summary> Encapsulates the global telemetry configuration typically loaded from the ApplicationInsights.config file. </summary> <remarks> All <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/> objects are initialized using the <see cref="P:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.Active"/> telemetry configuration provided by this class. </remarks> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.CreateDefault"> <summary> Creates a new <see cref="T:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration"/> instance loaded from the ApplicationInsights.config file. If the configuration file does not exist, the new configuration instance is initialized with minimum defaults needed to send telemetry to Application Insights. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.Dispose"> <summary> Releases resources used by the current instance of the <see cref="T:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration"/> class. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.Active"> <summary> Gets the active <see cref="T:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration"/> instance loaded from the ApplicationInsights.config file. If the configuration file does not exist, the active configuration instance is initialized with minimum defaults needed to send telemetry to Application Insights. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.InstrumentationKey"> <summary> Gets or sets the default instrumentation key for the application. </summary> <exception cref="T:System.ArgumentNullException">The new value is null.</exception> <remarks> This instrumentation key value is used by default by all <see cref="T:Microsoft.ApplicationInsights.TelemetryClient"/> instances created in the application. This value can be overwritten by setting the <see cref="P:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.InstrumentationKey"/> property of the <see cref="P:Microsoft.ApplicationInsights.TelemetryClient.Context"/>. </remarks> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.DisableTelemetry"> <summary> Gets or sets a value indicating whether sending of telemetry to Application Insights is disabled. </summary> <remarks> This disable tracking setting value is used by default by all <see cref="T:Microsoft.ApplicationInsights.TelemetryClient"/> instances created in the application. </remarks> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.ContextInitializers"> <summary> Gets the list of <see cref="T:Microsoft.ApplicationInsights.Extensibility.IContextInitializer"/> objects that supply additional information about application. </summary> <remarks> Context initializers extend Application Insights telemetry collection by supplying additional information about application environment, such as <see cref="P:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.User"/> or <see cref="P:Microsoft.ApplicationInsights.DataContracts.TelemetryContext.Device"/> information that remains constant during application lifetime. A <see cref="T:Microsoft.ApplicationInsights.TelemetryClient"/> invokes context initializers to obtain initial property values for <see cref="T:Microsoft.ApplicationInsights.DataContracts.TelemetryContext"/> object during its construction. The default list of context initializers is provided by the Application Insights NuGet packages and loaded from the ApplicationInsights.config file located in the application directory. </remarks> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.TelemetryInitializers"> <summary> Gets the list of <see cref="T:Microsoft.ApplicationInsights.Extensibility.ITelemetryInitializer"/> objects that supply additional information about telemetry. </summary> <remarks> Telemetry initializers extend Application Insights telemetry collection by supplying additional information about individual <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/> items, such as <see cref="P:Microsoft.ApplicationInsights.Channel.ITelemetry.Timestamp"/>. A <see cref="T:Microsoft.ApplicationInsights.TelemetryClient"/> invokes telemetry initializers each time <see cref="M:Microsoft.ApplicationInsights.TelemetryClient.Track(Microsoft.ApplicationInsights.Channel.ITelemetry)"/> method is called. The default list of telemetry initializers is provided by the Application Insights NuGet packages and loaded from the ApplicationInsights.config file located in the application directory. </remarks> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration.TelemetryChannel"> <summary> Gets or sets the telemetry channel. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.SequencePropertyInitializer"> <summary> An <see cref="T:Microsoft.ApplicationInsights.Extensibility.ITelemetryInitializer"/> that that populates <see cref="P:Microsoft.ApplicationInsights.Channel.ITelemetry.Sequence"/> property for the Microsoft internal telemetry sent to the Vortex endpoint. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.SequencePropertyInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)"> <summary> Populates <see cref="P:Microsoft.ApplicationInsights.Channel.ITelemetry.Sequence"/> with unique ID and sequential number. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryModules"> <summary> This API supports the AI Framework infrastructure and is not intended to be used directly from your code. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryModules.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryModules"/> class. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryModules.Instance"> <summary> Gets the TelemetryModules collection. </summary> </member> <member name="P:Microsoft.ApplicationInsights.Extensibility.Implementation.TelemetryModules.Modules"> <summary> Gets the telemetry modules collection. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Extensibility.TimestampPropertyInitializer"> <summary> An <see cref="T:Microsoft.ApplicationInsights.Extensibility.ITelemetryInitializer"/> that sets <see cref="P:Microsoft.ApplicationInsights.Channel.ITelemetry.Timestamp"/> to <see cref="P:System.DateTimeOffset.Now"/>. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Extensibility.TimestampPropertyInitializer.Initialize(Microsoft.ApplicationInsights.Channel.ITelemetry)"> <summary> Sets <see cref="P:Microsoft.ApplicationInsights.Channel.ITelemetry.Timestamp"/> to <see cref="P:System.DateTimeOffset.Now"/>. </summary> </member> <member name="T:Microsoft.ApplicationInsights.TelemetryClient"> <summary> Send events, metrics and other telemetry to the Application Insights service. </summary> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.#ctor"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.TelemetryClient"/> class. Send telemetry with the active configuration, usually loaded from ApplicationInsights.config. </summary> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.#ctor(Microsoft.ApplicationInsights.Extensibility.TelemetryConfiguration)"> <summary> Initializes a new instance of the <see cref="T:Microsoft.ApplicationInsights.TelemetryClient"/> class. Send telemetry with the specified <paramref name="configuration"/>. </summary> <exception cref="T:System.ArgumentNullException">The <paramref name="configuration"/> is null.</exception> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.IsEnabled"> <summary> Check to determine if the tracking is enabled. </summary> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackEvent(System.String,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.Double})"> <summary> Send an <see cref="T:Microsoft.ApplicationInsights.DataContracts.EventTelemetry"/> for display in Diagnostic Search and aggregation in Metrics Explorer. </summary> <param name="eventName">A name for the event.</param> <param name="properties">Named string values you can use to search and classify events.</param> <param name="metrics">Measurements associated with this event.</param> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackEvent(Microsoft.ApplicationInsights.DataContracts.EventTelemetry)"> <summary> Send an <see cref="T:Microsoft.ApplicationInsights.DataContracts.EventTelemetry"/> for display in Diagnostic Search and aggregation in Metrics Explorer. </summary> <param name="telemetry">An event log item.</param> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackTrace(System.String)"> <summary> Send a trace message for display in Diagnostic Search. </summary> <param name="message">Message to display.</param> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackTrace(System.String,Microsoft.ApplicationInsights.DataContracts.SeverityLevel)"> <summary> Send a trace message for display in Diagnostic Search. </summary> <param name="message">Message to display.</param> <param name="severityLevel">Trace severity level.</param> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackTrace(System.String,System.Collections.Generic.IDictionary{System.String,System.String})"> <summary> Send a trace message for display in Diagnostic Search. </summary> <param name="message">Message to display.</param> <param name="properties">Named string values you can use to search and classify events.</param> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackTrace(System.String,Microsoft.ApplicationInsights.DataContracts.SeverityLevel,System.Collections.Generic.IDictionary{System.String,System.String})"> <summary> Send a trace message for display in Diagnostic Search. </summary> <param name="message">Message to display.</param> <param name="severityLevel">Trace severity level.</param> <param name="properties">Named string values you can use to search and classify events.</param> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackTrace(Microsoft.ApplicationInsights.DataContracts.TraceTelemetry)"> <summary> Send a trace message for display in Diagnostic Search. </summary> <param name="telemetry">Message with optional properties.</param> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackMetric(System.String,System.Double,System.Collections.Generic.IDictionary{System.String,System.String})"> <summary> Send a <see cref="T:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry"/> for aggregation in Metric Explorer. </summary> <param name="name">Metric name.</param> <param name="value">Metric value.</param> <param name="properties">Named string values you can use to classify and filter metrics.</param> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackMetric(Microsoft.ApplicationInsights.DataContracts.MetricTelemetry)"> <summary> Send a <see cref="T:Microsoft.ApplicationInsights.DataContracts.MetricTelemetry"/> for aggregation in Metric Explorer. </summary> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackException(System.Exception,System.Collections.Generic.IDictionary{System.String,System.String},System.Collections.Generic.IDictionary{System.String,System.Double})"> <summary> Send an <see cref="T:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry"/> for display in Diagnostic Search. </summary> <param name="exception">The exception to log.</param> <param name="properties">Named string values you can use to classify and search for this exception.</param> <param name="metrics">Additional values associated with this exception.</param> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackException(Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry)"> <summary> Send an <see cref="T:Microsoft.ApplicationInsights.DataContracts.ExceptionTelemetry"/> for display in Diagnostic Search. </summary> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackDependency(System.String,System.String,System.DateTimeOffset,System.TimeSpan,System.Boolean)"> <summary> Send information about external dependency call in the application. </summary> <param name="dependencyName">External dependency name.</param> <param name="commandName">Dependency call command name.</param> <param name="startTime">The time when the dependency was called.</param> <param name="duration">The time taken by the external dependency to handle the call.</param> <param name="success">True if the dependency call was handled successfully.</param> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackDependency(Microsoft.ApplicationInsights.DataContracts.DependencyTelemetry)"> <summary> Send information about external dependency call in the application. </summary> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.Track(Microsoft.ApplicationInsights.Channel.ITelemetry)"> <summary> This method is an internal part of Application Insights infrastructure. Do not call. </summary> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackPageView(System.String)"> <summary> Send information about the page viewed in the application. </summary> <param name="name">Name of the page.</param> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackPageView(Microsoft.ApplicationInsights.DataContracts.PageViewTelemetry)"> <summary> Send information about the page viewed in the application. </summary> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackRequest(System.String,System.DateTimeOffset,System.TimeSpan,System.String,System.Boolean)"> <summary> Send information about a request handled by the application. </summary> <param name="name">The request name.</param> <param name="startTime">The time when the page was requested.</param> <param name="duration">The time taken by the application to handle the request.</param> <param name="responseCode">The response status code.</param> <param name="success">True if the request was handled successfully by the application.</param> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.TrackRequest(Microsoft.ApplicationInsights.DataContracts.RequestTelemetry)"> <summary> Send information about a request handled by the application. </summary> </member> <member name="M:Microsoft.ApplicationInsights.TelemetryClient.Flush"> <summary> Flushes the in-memory buffer. </summary> </member> <member name="P:Microsoft.ApplicationInsights.TelemetryClient.Context"> <summary> Gets the current context that will be used to augment telemetry you send. </summary> </member> <member name="P:Microsoft.ApplicationInsights.TelemetryClient.InstrumentationKey"> <summary> Gets or sets the default instrumentation key for all <see cref="T:Microsoft.ApplicationInsights.Channel.ITelemetry"/> objects logged in this <see cref="T:Microsoft.ApplicationInsights.TelemetryClient"/>. </summary> </member> <member name="P:Microsoft.ApplicationInsights.TelemetryClient.Channel"> <summary> Gets or sets the channel used by the client helper. Note that this doesn't need to be public as a customer can create a new client with a new channel via telemetry configuration. </summary> </member> <member name="T:Microsoft.ApplicationInsights.Utils"> <summary> Various utilities. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Utils.PopulateRequiredStringValue(System.String,System.String,System.String)"> <summary> Validates the string and if null or empty populates it with '$parameterName is a required field for $telemetryType' value. </summary> </member> <member name="M:Microsoft.ApplicationInsights.Utils.ValidateDuration(System.String)"> <summary> Returns default Timespan value if not a valid Timespan. </summary> </member> </members> </doc> |