TelemetrySession.CreateContext(String) Method
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.
Create context with the specific name.
public:
Microsoft::VisualStudio::Telemetry::TelemetryContext ^ CreateContext(System::String ^ contextName);
public Microsoft.VisualStudio.Telemetry.TelemetryContext CreateContext (string contextName);
member this.CreateContext : string -> Microsoft.VisualStudio.Telemetry.TelemetryContext
Public Function CreateContext (contextName As String) As TelemetryContext
Parameters
- contextName
- String