Click or drag to resize
EventQueuePurge Method
Purge all events from this Event Queue and cancel all Requests that this Event Queue is associated with.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.12.5.1
Syntax
public void Purge()
Remarks
Purges any Event objects in this EventQueue which have not been processed and cancel any pending requests linked to this EventQueue. The EventQueue can subsequently be re-used for a subsequent request.
See Also