TelemetryService.CreateAndGetDefaultSession 메서드

정의

오버로드

CreateAndGetDefaultSession(String)

지정된 매개 변수를 사용하여 새 기본 세션 Create

CreateAndGetDefaultSession(String, String)

지정된 매개 변수를 사용하여 새 기본 세션 Create

CreateAndGetDefaultSession(String, String, String)

지정된 매개 변수를 사용하여 새 기본 세션 Create

CreateAndGetDefaultSession(String)

지정된 매개 변수를 사용하여 새 기본 세션 Create

public static Microsoft.VisualStudio.Telemetry.TelemetrySession CreateAndGetDefaultSession (string collectorApiKey);
static member CreateAndGetDefaultSession : string -> Microsoft.VisualStudio.Telemetry.TelemetrySession
Public Shared Function CreateAndGetDefaultSession (collectorApiKey As String) As TelemetrySession

매개 변수

collectorApiKey
String

Collector++ 엔드포인트 api-ikey

반환

적용 대상

CreateAndGetDefaultSession(String, String)

지정된 매개 변수를 사용하여 새 기본 세션 Create

public:
 static Microsoft::VisualStudio::Telemetry::TelemetrySession ^ CreateAndGetDefaultSession(System::String ^ appInsightsIKey, System::String ^ asimovIKey);
public static Microsoft.VisualStudio.Telemetry.TelemetrySession CreateAndGetDefaultSession (string appInsightsIKey, string asimovIKey);
static member CreateAndGetDefaultSession : string * string -> Microsoft.VisualStudio.Telemetry.TelemetrySession
Public Shared Function CreateAndGetDefaultSession (appInsightsIKey As String, asimovIKey As String) As TelemetrySession

매개 변수

appInsightsIKey
String
asimovIKey
String

반환

적용 대상

CreateAndGetDefaultSession(String, String, String)

지정된 매개 변수를 사용하여 새 기본 세션 Create

public static Microsoft.VisualStudio.Telemetry.TelemetrySession CreateAndGetDefaultSession (string appInsightsIKey, string asimovIKey, string collectorApiKey);
static member CreateAndGetDefaultSession : string * string * string -> Microsoft.VisualStudio.Telemetry.TelemetrySession
Public Shared Function CreateAndGetDefaultSession (appInsightsIKey As String, asimovIKey As String, collectorApiKey As String) As TelemetrySession

매개 변수

appInsightsIKey
String
asimovIKey
String
collectorApiKey
String

반환

적용 대상