TelemetryHelper.PostVsUserTaskEvent 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.
public:
static void PostVsUserTaskEvent(System::String ^ eventName, System::String ^ result, System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ properties);
public static void PostVsUserTaskEvent (string eventName, string result, System.Collections.Generic.IDictionary<string,object> properties);
static member PostVsUserTaskEvent : string * string * System.Collections.Generic.IDictionary<string, obj> -> unit
Public Shared Sub PostVsUserTaskEvent (eventName As String, result As String, properties As IDictionary(Of String, Object))
Parameters
- eventName
- String
- result
- String
- properties
- IDictionary<String,Object>