Метод | Описание | |
---|---|---|
ApplicationInsights ( IDeviceInfo deviceInfo, INavigationReadOnlyState navigationState ) : Abstraction | ||
Finalize ( IInsightData data ) : void | ||
GetQueue ( ) : Task |
||
SetIdentity ( string userId, string fullName ) : void | ||
TrackEvent ( string eventName, string message, [ callerName = "" ) : Task | ||
TrackException ( |
||
TrackMetric ( string category, object value, [ callerName = "" ) : Task | ||
TrackRaw ( IInsightData data ) : Task |
Метод | Описание | |
---|---|---|
CleanVersion ( Version version ) : Version | ||
FillData ( IInsightData data ) : Task |
Used to fill in the extra details into the insights data before storage.
|
|
FillInThreadData ( IInsightData data ) : Task |
Used to fill out the Insight Data with variables that must be obtained before the execution of the app continues.
|
|
Store ( IInsightData data ) : void |
Store event in file for transmission
|
public ApplicationInsights ( IDeviceInfo deviceInfo, INavigationReadOnlyState navigationState ) : Abstraction | ||
deviceInfo | IDeviceInfo | |
navigationState | INavigationReadOnlyState | |
Результат | Abstraction |
public Finalize ( IInsightData data ) : void | ||
data | IInsightData | |
Результат | void |
public SetIdentity ( string userId, string fullName ) : void | ||
userId | string | |
fullName | string | |
Результат | void |
public TrackEvent ( string eventName, string message, [ callerName = "" ) : Task | ||
eventName | string | |
message | string | |
callerName | [ | |
Результат | Task |
public TrackException ( |
||
exception | ||
callerName | [ | |
Результат | Task |
public TrackMetric ( string category, object value, [ callerName = "" ) : Task | ||
category | string | |
value | object | |
callerName | [ | |
Результат | Task |
public TrackRaw ( IInsightData data ) : Task | ||
data | IInsightData | |
Результат | Task |