TaskManagerDetachQueueAsync Method |
Detaches a queue from being processed by the manager.
Namespace:
MFiles.VAF.AppTasks
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.3.623.2
Syntaxpublic Task DetachQueueAsync(
string queueId
)
Public Function DetachQueueAsync (
queueId As String
) As Task
public:
Task^ DetachQueueAsync(
String^ queueId
)
Parameters
- queueId
- Type: SystemString
The queue to detach.
Return Value
Type:
TaskA task that completes when the queue is fully stopped/detached.
See Also