Skip to content
blehnen edited this page Jul 19, 2022 · 1 revision

Admin

A basic admin module is available. This will be expanded in the future. Currently, options are very limited.

It can be created via the queue container, and provides access to methods to interact with data in the queue itself.

 var admin = creator.CreateAdminFunctions(queueConnection);
 var count = admin.Count(null); //obtain current queue count
Clone this wiki locally