C# Class WPNest.Services.AnalyticsService

Inheritance: IAnalyticsService
Afficher le fichier Open project: garyjohnson/wpnest

Méthodes publiques

Méthode Description
EndSession ( ) : void
LogError ( Exception exception ) : void
LogEvent ( string eventName ) : void
StartSession ( ) : void

Method Details

EndSession() public méthode

public EndSession ( ) : void
Résultat void

LogError() public méthode

public LogError ( Exception exception ) : void
exception System.Exception
Résultat void

LogEvent() public méthode

public LogEvent ( string eventName ) : void
eventName string
Résultat void

StartSession() public méthode

public StartSession ( ) : void
Résultat void