Contents

SendDataServiced

Notifies interested parties that you removed data from the queue.

Declaration

void SendDataServiced();

Discussion

Use this method to send a single notification after dequeueing multiple entries with the DequeueWithCoalesce method. The DequeueWithCoalesce method doesn’t call the DataServiced handler automatically after removing an entry. Instead, you call this method after the successful removal of entries from the queue.

See Also

Removing Work from the Queue