CloudEventsServiceGetQueueState Method

Retrieves the state of a Queue 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<QueueRuntimeProperties> GetQueueState(
	ActionFlowEvent actionFlowEvent
)

Parameters

actionFlowEvent  ActionFlowEvent
Action flow event we want the state for

Return Value

TaskQueueRuntimeProperties
Current state of the queue.

Remarks

There is no cancellation token because the deletion task should not be interrupted if the player leaves the page!

Exceptions

InvalidOperationExceptionThrown if the call to the Azure Service Bus failed.
ServiceBusExceptionThrown if the call to the Azure Service Bus failed

See Also