Click or drag to resize

ActiveCampaignListenerOnProcessRequest Method

Handles the main request externally. The request is expected to a JSON request containing a List<> of SendGridEvent objects.

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public override void OnProcessRequest(
	HttpContext context
)

Parameters

context
Type: System.WebHttpContext
The HTTP context.
See Also