TaskLoggingHelper.LogTelemetry Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.