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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.