PrintQueue Constructor (PrintServer^, String^, PrintSystemDesiredAccess)

 

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

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

public:
PrintQueue(
	PrintServer^ printServer,
	String^ printQueueName,
	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.

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.

.NET Framework
Available since 3.0
Return to top
Show: