Syntax
Parameters
eventPipelineTelemetryKeyConfig PFEventPipelineTelemetryKeyConfig*
The Configuration to use if telemetry key logging will be used.
queue XTaskQueueHandleoptional The async queue where background work will be scheduled and where event callbacks will be invoked.
eventPipelineBatchUploadedEventHandler PFEventPipelineBatchUploadSucceededEventHandler*optional Optional handler that will be invoked when a batch of events is uploaded.
eventPipelineBatchFailedEventHandler PFEventPipelineBatchUploadFailedEventHandler*optional Optional handler that will be invoked when uploading a batch of events fails.
handlerContext void*optional Optional pointer to data used by the event handlers.
eventPipelineHandle PFEventPipelineHandle*output Handle to the created pipeline. Needs to be closed with PFEventPipelineCloseHandle when it isn’t needed.
