TaskQueueAdministratorGetTaskQueues Method |
Gets a collection of available task queue ids from the server.
Namespace:
MFiles.VAF.Common.ApplicationTaskQueue
Assembly:
MFiles.VAF (in MFiles.VAF.dll) Version: 2.1.0.1 (2.1.0.1)
Syntaxpublic static Strings GetTaskQueues(
Vault vault,
bool includeSystemQueue = false
)
Parameters
- vault
- Type: Vault
The vault object. - includeSystemQueue (Optional)
- Type: SystemBoolean
When true the built-in system queue is included in the results ( it is excluded otherwise ).
Return Value
Type:
StringsStrings collection of task queue ids.
See Also