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

C# | Visual Basic | Visual C++ |
public RequestOpenStatisticEx OpenStatEx( NotificationMode notificationMode, int frequency, StatisticCategory category, StatisticSubject statSubject )
Public Function OpenStatEx ( _ notificationMode As NotificationMode, _ frequency As Integer, _ category As StatisticCategory, _ statSubject As StatisticSubject _ ) As RequestOpenStatisticEx
public: RequestOpenStatisticEx^ OpenStatEx( NotificationMode notificationMode, int frequency, StatisticCategory category, StatisticSubject statSubject )

- notificationMode (NotificationMode)
- The notification used for statistic.
- 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 OpenStatisticEx request.