TelemetryService.CreateAndGetDefaultSession 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
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