C# Class Tenant.Mvc.Core.Repositories.Recommendations.TelemetryRepository

Inheritance: ITelemetryRepository
Mostrar archivo Open project: Microsoft/WingTipTickets

Public Methods

Method Description
SendClick ( ClickEvent click ) : void
SendPurchase ( PurchaseEvent purchase ) : void
TelemetryRepository ( EventHubs eventHubs ) : System

Method Details

SendClick() public method

public SendClick ( ClickEvent click ) : void
click Tenant.Mvc.Core.Telemetry.ClickEvent
return void

SendPurchase() public method

public SendPurchase ( PurchaseEvent purchase ) : void
purchase Tenant.Mvc.Core.Telemetry.PurchaseEvent
return void

TelemetryRepository() public method

public TelemetryRepository ( EventHubs eventHubs ) : System
eventHubs Tenant.Mvc.Core.Models.EventHubs
return System