CloudEventsServiceGetQueueState Method
Retrieves the state of a Queue in the Azure Service Bus.
Namespace: MobileTrack.Web.Components.ServicesAssembly: MobileTrack.Web.Components (in MobileTrack.Web.Components.dll) Version: 0.7+1dadc87dcf0a0f837e19a3ce2deb7c1cd85375d1
public Task<QueueRuntimeProperties> GetQueueState(
ActionFlowEvent actionFlowEvent
)
- actionFlowEvent ActionFlowEvent
- Action flow event we want the state for
TaskQueueRuntimePropertiesCurrent state of the queue.
There is no cancellation token because the deletion task should not be interrupted if the player leaves the page!
| InvalidOperationException | Thrown if the call to the Azure Service Bus failed. |
| ServiceBusException | Thrown if the call to the Azure Service Bus failed |