SendTelemetryHandler Delegate
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 delegate void SendTelemetryHandler(string eventName, Dictionary<string,string?> properties, Dictionary<string,int> measures);
type SendTelemetryHandler = delegate of string * Dictionary<string, string> * Dictionary<string, int> -> unit
Public Delegate Sub SendTelemetryHandler(eventName As String, properties As Dictionary(Of String, String), measures As Dictionary(Of String, Integer))
Parameters
- eventName
- String
- properties
- Dictionary<String,String>
- measures
- Dictionary<String,Int32>