Prepares the get statistic ex request that will be sent to Platform SDK Stat (used for Custom Statistics).

C# | Visual Basic | Visual C++ |
public RequestGetStatisticEx GetStatEx( int frequency, StatisticCategory category, StatisticSubject statSubject )
Public Function GetStatEx ( _ frequency As Integer, _ category As StatisticCategory, _ statSubject As StatisticSubject _ ) As RequestGetStatisticEx
public: RequestGetStatisticEx^ GetStatEx( int frequency, StatisticCategory category, StatisticSubject statSubject )

- frequency (Int32)
- The frequency on which the statistic value is requested (used if NotificationMode=Periodical).
- category (StatisticCategory)
- The category of the statistic.
- statSubject (StatisticSubject)
- The subject of the statistic.

The GetStatisticEx request.