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