CloudEventsServiceGetAllQueuesStates Method

Retrieves the state of all Queues in the Azure Service Bus.

Definition

Namespace: MobileTrack.Web.Components.Services
Assembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+45c8d9adb5970d727cceec44a5ed61aea0016e50
public Task<List<QueueRuntimeProperties>> GetAllQueuesStates(
	CancellationToken cancellationToken
)

Parameters

cancellationToken  CancellationToken
Cancellation token

Return Value

TaskListQueueRuntimeProperties
State of all active queues

Exceptions

ServiceBusExceptionThrown if the call to the Azure Service Bus failed

See Also