Click or drag to resize

SendGridEventProcessEvent Method

Processes the event and inserts / updates it in xot_email_event table.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void ProcessEvent(
	IMeasurementProtocol mp,
	IDatabase db,
	IAppContext appCxt
)

Parameters

mp
Type: NetQuarry.Services.GoogleAnalyticsIMeasurementProtocol
The IMeasurementProtocol service.
db
Type: NetQuarryIDatabase
The database hosting the xot_email_event table.
appCxt
Type: NetQuarryIAppContext
The application context object
See Also