Share via


IExperimentationTelemetry.PostEvent Method

Definition

Opst one event with specified namd and property bag.

public:
 void PostEvent(System::String ^ name, System::Collections::Generic::IDictionary<System::String ^, System::String ^> ^ properties);
public void PostEvent (string name, System.Collections.Generic.IDictionary<string,string> properties);
abstract member PostEvent : string * System.Collections.Generic.IDictionary<string, string> -> unit
Public Sub PostEvent (name As String, properties As IDictionary(Of String, String))

Parameters

name
String
properties
IDictionary<String,String>

Applies to