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