Syntax
Parameters
entityHandle PFEntityHandle
The Entity whose token will be used to make the PlayFab service requests in the background.
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.
