다음을 통해 공유


NoOpTestLogger.TrackEvent 메서드

정의

트랙 이벤트는 아무 것도 수행하지 않습니다.

public override void TrackEvent (string name, System.Collections.Generic.IDictionary<string,string> properties = default, System.Collections.Generic.IDictionary<string,double> metrics = default);
override this.TrackEvent : string * System.Collections.Generic.IDictionary<string, string> * System.Collections.Generic.IDictionary<string, double> -> unit
Public Overrides Sub TrackEvent (name As String, Optional properties As IDictionary(Of String, String) = Nothing, Optional metrics As IDictionary(Of String, Double) = Nothing)

매개 변수

name
String
properties
IDictionary<String,String>

적용 대상