C# Class Keen.Core.Event

Event implements the IEvent interface which represents the Keen.IO Event API methods.
Inheritance: IEvent
Afficher le fichier Open project: keenlabs/keen-sdk-net Class Usage Examples

Méthodes publiques

Méthode Description
AddEvents ( Newtonsoft.Json.Linq.JObject events ) : Task>

Add all events in a single request.

Event ( IProjectSettings prjSettings ) : Keen.Core.EventCache
GetSchemas ( ) : Task

Get details of all schemas in the project.

Method Details

AddEvents() public méthode

Add all events in a single request.
public AddEvents ( Newtonsoft.Json.Linq.JObject events ) : Task>
events Newtonsoft.Json.Linq.JObject
Résultat Task>

Event() public méthode

public Event ( IProjectSettings prjSettings ) : Keen.Core.EventCache
prjSettings IProjectSettings
Résultat Keen.Core.EventCache

GetSchemas() public méthode

Get details of all schemas in the project.
public GetSchemas ( ) : Task
Résultat Task