C# Class FacesToSmileys.Services.AnalyticSercice

Analytic sercice.
Inheritance: IAnalyticService
Show file Open project: spontoreau/FacesToSmileys

Public Methods

Method Description
AnalyticSercice ( IConfigurationService configurationService ) : Microsoft.Azure.Mobile

Initializes a new instance of the T:FacesToSmileys.Services.AnalyticSercice class.

Track ( string message ) : void

Track the specified message.

Private Methods

Method Description
AnalyticSercice ( ) : Microsoft.Azure.Mobile

Initializes the T:FacesToSmileys.Implementations.AnalyticSercice class.

Method Details

AnalyticSercice() public method

Initializes a new instance of the T:FacesToSmileys.Services.AnalyticSercice class.
public AnalyticSercice ( IConfigurationService configurationService ) : Microsoft.Azure.Mobile
configurationService IConfigurationService
return Microsoft.Azure.Mobile

Track() public method

Track the specified message.
public Track ( string message ) : void
message string Message.
return void