.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 | |
|---|---|---|
|
GetPrintQueues() | Gets the collection of print queues that the print server hosts. |
|
GetPrintQueues(EnumeratedPrintQueueTypes[]) | Gets the collection of print queues of the specified types that are named in EnumeratedPrintQueueTypes and hosted by the print server. |
|
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. |
|
GetPrintQueues(String[]) | Gets a collection of print queues that are hosted by the print server and that are initialized only in the specified properties. |
|
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. |
|
GetPrintQueues(String[], EnumeratedPrintQueueTypes[]) | Gets the collection of print queues, which are of the specified EnumeratedPrintQueueTypes and are initialized only in the specified properties. |
See Also