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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.