PrintServer.GetPrintQueues Method (System.Printing)

Switch View :
ScriptFree
.NET Framework Class Library
PrintServer.GetPrintQueues Method

Gets the collection of print queues that the print server hosts.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public method GetPrintQueues() Gets the collection of print queues that the print server hosts.
Public method GetPrintQueues(EnumeratedPrintQueueTypes[]) Gets the collection of print queues of the specified types that are named in EnumeratedPrintQueueTypes and hosted by the print server.
Public method GetPrintQueues(PrintQueueIndexedProperty[]) Gets a collection of print queues that are hosted by the print server and initialized only in the properties that are specified in the PrintQueueIndexedProperty array.
Public method GetPrintQueues(String[]) Gets a collection of print queues that are hosted by the print server and that are initialized only in the specified properties.
Public method GetPrintQueues(PrintQueueIndexedProperty[], EnumeratedPrintQueueTypes[]) Gets a collection of print queues of the specified types. These print queues are only initialized in the properties that are specified in the PrintQueueIndexedProperty array.
Public method GetPrintQueues(String[], EnumeratedPrintQueueTypes[]) Gets the collection of print queues, which are of the specified EnumeratedPrintQueueTypes and are initialized only in the specified properties.
Top
See Also

Reference