C# Class WPNest.Services.AnalyticsService

Inheritance: IAnalyticsService
Datei anzeigen Open project: garyjohnson/wpnest

Public Methods

Method Description
EndSession ( ) : void
LogError ( Exception exception ) : void
LogEvent ( string eventName ) : void
StartSession ( ) : void

Method Details

EndSession() public method

public EndSession ( ) : void
return void

LogError() public method

public LogError ( Exception exception ) : void
exception System.Exception
return void

LogEvent() public method

public LogEvent ( string eventName ) : void
eventName string
return void

StartSession() public method

public StartSession ( ) : void
return void