IExperimentationTelemetry3.PostEvent 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.
Opst one event with specified namd and property bag.
public void PostEvent (string name, System.Collections.Generic.IDictionary<string,object> properties);
abstract member PostEvent : string * System.Collections.Generic.IDictionary<string, obj> -> unit
Public Sub PostEvent (name As String, properties As IDictionary(Of String, Object))
Parameters
- name
- String
- properties
- IDictionary<String,Object>