PrintQueue Constructor (PrintServer^, String^, array<String^>^, PrintSystemDesiredAccess)

 

Initializes a new instance of PrintQueue class using the specified PrintServer, queue name, property filter, and desired access.

Namespace:   System.Printing
Assembly:  System.Printing (in System.Printing.dll)

public:
PrintQueue(
	PrintServer^ printServer,
	String^ printQueueName,
	array<String^>^ propertyFilter,
	PrintSystemDesiredAccess desiredAccess
)

Parameters

printServer
Type: System.Printing::PrintServer^

The print server that hosts the print queue.

printQueueName
Type: System::String^

The name of the print queue.

propertyFilter
Type: array<System::String^>^

An array of the names of properties to initialize.

desiredAccess
Type: System.Printing::PrintSystemDesiredAccess

One of the PrintSystemDesiredAccess values that specifies the type of access to the print queue that your program needs.

Exception Condition
PrintQueueException

desiredAccess is a value that can be applied only to a PrintServer object, not a PrintQueue object. For example, AdministrateServer.

The use of a constructor with the propertyFilter parameter improves performance.

.NET Framework
Available since 3.0
Return to top
Show: