IRemoteSettingsTelemetry.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.
Posts the named event and properties to Telemetry.
public:
void PostEvent(System::String ^ name, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ properties);
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
name of the event
- properties
- IDictionary<String,Object>
dictionary of properties