NamespaceManager.CreateOrUpdateQueueCoreAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.QueueDescription> CreateOrUpdateQueueCoreAsync(Microsoft.ServiceBus.NamespaceManager manager, Microsoft.ServiceBus.Messaging.QueueDescription description, bool isUpdate, System.Threading.CancellationToken cancelToken);
static member CreateOrUpdateQueueCoreAsync : Microsoft.ServiceBus.NamespaceManager * Microsoft.ServiceBus.Messaging.QueueDescription * bool * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.ServiceBus.Messaging.QueueDescription>
Public Shared Function CreateOrUpdateQueueCoreAsync (manager As NamespaceManager, description As QueueDescription, isUpdate As Boolean, cancelToken As CancellationToken) As Task(Of QueueDescription)
Parameters
- manager
- NamespaceManager
- description
- QueueDescription
- isUpdate
- Boolean
- cancelToken
- CancellationToken