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