DictionaryApplicationIdProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application Id Provider that holds a dictionary of Instrumentation Keys to Application Ids.
public class DictionaryApplicationIdProvider : Microsoft.ApplicationInsights.Extensibility.IApplicationIdProvider
type DictionaryApplicationIdProvider = class
interface IApplicationIdProvider
Public Class DictionaryApplicationIdProvider
Implements IApplicationIdProvider
- Inheritance
-
DictionaryApplicationIdProvider
- Implements
Constructors
DictionaryApplicationIdProvider() |
Properties
Defined |
Gets or sets a dictionary of Instrumentation Keys to Application Ids. |
Next |
Gets or sets an IApplicationIdProvider to use to lookup an Instrumentation Key not found in the dictionary. |
Methods
TryGetApplicationId(String, String) |
Provides an Application Id based on an Instrumentation Key. |