TaskQueueAdministratorGetTaskQueues Method
Gets a collection of available task queue ids from the server.
Namespace: MFiles.VAF.Common.ApplicationTaskQueueAssembly: MFiles.VAF (in MFiles.VAF.dll) Version: 24.1.706.1
public static Strings GetTaskQueues(
Vault vault,
bool includeSystemQueue = false
)
- vault Vault
- The vault object.
- includeSystemQueue Boolean (Optional)
-
When true the built-in system queue is included in the results ( it is excluded otherwise ).
StringsStrings collection of task queue ids.