Share via


IRemoteSettingsTelemetry.PostEvent Method

Definition

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

Applies to