Class ApplicationInsightsContextExtensions
public static class ApplicationInsightsContextExtensions
- Inheritance
-
ApplicationInsightsContextExtensions
- Inherited Members
-
Properties
Current
public static IApplicationInsightsContext Current { get; }
Property Value
- IApplicationInsightsContext
Methods
IsCurrent(IApplicationInsightsContext)
public static bool IsCurrent(this IApplicationInsightsContext item)
Parameters
item IApplicationInsightsContext
Returns
- bool
ToApplicationInsightsContext(string)
public static IApplicationInsightsContext ToApplicationInsightsContext(string key)
Parameters
key string
Returns
- IApplicationInsightsContext
ToKey(IApplicationInsightsContext)
public static string ToKey(this IApplicationInsightsContext context)
Parameters
context IApplicationInsightsContext
Returns
- string