GetJobQueue Method of ServerManager Object (Web Services API)
This method returns information about a job queue on the server with the specified location.
C# Syntax
ServerJobQueue GetJobQueue(
string serverLocation
);
Parameters
serverLocation
This parameter contains the DNS name of the server or its IP address.
Return Value
An object of ServerJobQueue type that receives information about a job queue on the server with the specified location (serverLocation).
See also
3/26/2024 1:49:49 PM