Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

TrackEvent overloaded function not available #4

Closed
codelegger opened this issue Feb 1, 2016 · 1 comment
Closed

TrackEvent overloaded function not available #4

codelegger opened this issue Feb 1, 2016 · 1 comment

Comments

@codelegger
Copy link

I am updating my app from win8.1 to uwp and i am using this function from
Namespace: Microsoft.ApplicationInsights
void TrackEvent(
String^ eventName,
IDictionary<String^, String^>^ properties = null,
IDictionary<String^, double>^ metrics = null
)

Why this function is not available in ApplicationInsight-cpp or any alternative ??

p.s:https://msdn.microsoft.com/en-us/library/dn817583.aspx

@crystk
Copy link
Contributor

crystk commented Feb 8, 2016

You can use:
void TrackEvent(const std::wstring& eventName, const wstring_wstring_map& properties, const std::map<std::wstring, double>& measurements);

@crystk crystk closed this as completed Feb 8, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants