C# Class BuildIt.CognitiveServices.Models.UsageEvent

Usage event
Mostra file Open project: builttoroam/BuildIt

Private Properties

Property Type Description

Public Methods

Method Description
UsageEvent ( ) : System.Linq

Initializes a new instance of the UsageEvent class.

UsageEvent ( string userId = default(string), long buildId = default(long?), System events = default(System.Collections.Generic.IList<UsageEventInfo>) ) : System.Linq

Initializes a new instance of the UsageEvent class.

Method Details

UsageEvent() public method

Initializes a new instance of the UsageEvent class.
public UsageEvent ( ) : System.Linq
return System.Linq

UsageEvent() public method

Initializes a new instance of the UsageEvent class.
public UsageEvent ( string userId = default(string), long buildId = default(long?), System events = default(System.Collections.Generic.IList<UsageEventInfo>) ) : System.Linq
userId string The id of the user that created the /// events
buildId long The build id associated with the /// events
events System The events information
return System.Linq