ClientAnalyticsChannel.LogEvent 메서드 (String)

Application Insights 서비스에 이벤트를 보고합니다.

네임스페이스:  Microsoft.ApplicationInsights.Telemetry.WindowsStore
어셈블리:  Microsoft.ApplicationInsights.Telemetry.WindowsStore(Microsoft.ApplicationInsights.Telemetry.WindowsStore.dll)

구문

‘선언
Public Sub LogEvent ( _
    eventName As String _
)
public void LogEvent(
    string eventName
)
public:
virtual void LogEvent(
    String^ eventName
) sealed
abstract LogEvent : 
        eventName:string -> unit 
override LogEvent : 
        eventName:string -> unit 
public final function LogEvent(
    eventName : String
)

매개 변수

  • eventName
    형식: String
    이벤트의 이름입니다.보고서에서 이벤트를 계층 구조로 정렬하기 위해 '부모/자식'과 같은 이름을 사용하세요.

구현

IClientAnalyticsChannel.LogEvent(String)

.NET Framework 보안

참고 항목

참조

ClientAnalyticsChannel 클래스

LogEvent 오버로드

Microsoft.ApplicationInsights.Telemetry.WindowsStore 네임스페이스