IRemoteSettingsTelemetryActivity.Post 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 Telemetry Activity
public:
void Post(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ properties);
public void Post (System.Collections.Generic.IDictionary<string,object> properties);
abstract member Post : System.Collections.Generic.IDictionary<string, obj> -> unit
Public Sub Post (properties As IDictionary(Of String, Object))
Parameters
- properties
- IDictionary<String,Object>