C# Class BuildIt.CognitiveServices.Models.UsageStatistics

Afficher le fichier Open project: builttoroam/BuildIt

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
UsageStatistics ( ) : System.Linq

Initializes a new instance of the UsageStatistics class.

UsageStatistics ( string eventType = default(string), long count = default(long?) ) : System.Linq

Initializes a new instance of the UsageStatistics class.

Method Details

UsageStatistics() public méthode

Initializes a new instance of the UsageStatistics class.
public UsageStatistics ( ) : System.Linq
Résultat System.Linq

UsageStatistics() public méthode

Initializes a new instance of the UsageStatistics class.
public UsageStatistics ( string eventType = default(string), long count = default(long?) ) : System.Linq
eventType string The event type of the usage statistics /// event
count long The event type of the usage statistics /// event
Résultat System.Linq