PrintSystemJobInfo.Get(PrintQueue, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the PrintSystemJobInfo for the specified job in the specified PrintQueue.
public:
static System::Printing::PrintSystemJobInfo ^ Get(System::Printing::PrintQueue ^ printQueue, int jobIdentifier);
public static System.Printing.PrintSystemJobInfo Get (System.Printing.PrintQueue printQueue, int jobIdentifier);
static member Get : System.Printing.PrintQueue * int -> System.Printing.PrintSystemJobInfo
Public Shared Function Get (printQueue As PrintQueue, jobIdentifier As Integer) As PrintSystemJobInfo
Parameters
- printQueue
- PrintQueue
The print queue hosting the print job.
- jobIdentifier
- Int32
A numerical ID for the print job.
Returns
The PrintSystemJobInfo that corresponds to the jobIdentifier
.
Remarks
You can also use the PrintQueue.GetJob method for the same purpose.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.