IBuildEngine5.LogTelemetry(String, IDictionary<String,String>) 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.
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);
abstract member 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 event properties.