TaskLoggingHelper.LogTelemetry Method

Definition

Logs telemetry with the specified event name and properties.

public:
 void LogTelemetry(System::String ^ eventName, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ properties);
public void LogTelemetry (string eventName, System.Collections.Generic.IDictionary<string,string> properties);
member this.LogTelemetry : string * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub LogTelemetry (eventName As String, properties As IDictionary(Of String, String))

Parameters

eventName
String

The event name.

properties
IDictionary<String,String>

The list of properties associated with the event.

Applies to