CloudEventsServiceGetAllQueuesStates Method
Retrieves the state of all Queues in the Azure Service Bus.
Namespace: MobileTrack.Web.Components.ServicesAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
public Task<List<QueueRuntimeProperties>> GetAllQueuesStates(
CancellationToken cancellationToken
)
- cancellationToken CancellationToken
- Cancellation token
TaskListQueueRuntimePropertiesState of all active queues
| ServiceBusException | Thrown if the call to the Azure Service Bus failed |