PerfLogger.LogData(String, Dictionary<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.
public static void LogData (string perfMarkers, System.Collections.Generic.Dictionary<string,string> args = default);
static member LogData : string * System.Collections.Generic.Dictionary<string, string> -> unit
Public Shared Sub LogData (perfMarkers As String, Optional args As Dictionary(Of String, String) = Nothing)
Parameters
- perfMarkers
- String
- args
- Dictionary<String,String>