diff --git a/windows.devices.pointofservice/iposprinterjob_executeasync_2108924004.md b/windows.devices.pointofservice/iposprinterjob_executeasync_2108924004.md index f61856d7b3..c34a0d4d5f 100644 --- a/windows.devices.pointofservice/iposprinterjob_executeasync_2108924004.md +++ b/windows.devices.pointofservice/iposprinterjob_executeasync_2108924004.md @@ -17,8 +17,10 @@ Runs the print job on the printer station asynchronously. The operation to run the print job. This operation returns true if the print job succeeds; otherwise, the operation returns false. ## -remarks +The print job is sent to the claimed printer station object that created the print job. +The claimed printer station object must remain valid when calling this method. ## -examples ## -see-also -[JournalPrintJob.ExecuteAsync](journalprintjob_executeasync.md), [ReceiptPrintJob.ExecuteAsync](receiptprintjob_executeasync.md), [SlipPrintJob.ExecuteAsync](slipprintjob_executeasync.md) \ No newline at end of file +[JournalPrintJob.ExecuteAsync](journalprintjob_executeasync.md), [ReceiptPrintJob.ExecuteAsync](receiptprintjob_executeasync.md), [SlipPrintJob.ExecuteAsync](slipprintjob_executeasync.md) diff --git a/windows.devices.pointofservice/journalprintjob.md b/windows.devices.pointofservice/journalprintjob.md index a0c4df42d6..c9d07cb3be 100644 --- a/windows.devices.pointofservice/journalprintjob.md +++ b/windows.devices.pointofservice/journalprintjob.md @@ -15,8 +15,9 @@ Represents a set of printing instructions that you want to run on the journal pr ## -remarks To create a new print job for the journal printer, call [ClaimedJournalPrinter.CreateJob](claimedjournalprinter_createjob.md). +The created print job object is valid as long as the ClaimedJournalPrinter object that created it is valid. ## -examples ## -see-also -[IPosPrinterJob](iposprinterjob.md), [ClaimedJournalPrinter.CreateJob](claimedjournalprinter_createjob.md) \ No newline at end of file +[IPosPrinterJob](iposprinterjob.md), [ClaimedJournalPrinter.CreateJob](claimedjournalprinter_createjob.md) diff --git a/windows.devices.pointofservice/journalprintjob_executeasync_2108924004.md b/windows.devices.pointofservice/journalprintjob_executeasync_2108924004.md index d74d01e6a2..112ed3e37e 100644 --- a/windows.devices.pointofservice/journalprintjob_executeasync_2108924004.md +++ b/windows.devices.pointofservice/journalprintjob_executeasync_2108924004.md @@ -17,8 +17,10 @@ Runs the print job on the journal printer station asynchronously. The operation to run the print job. This operation returns true if the print job succeeds; otherwise, the operation returns false. ## -remarks +The print job is sent to the claimed printer station object that created the print job. +The claimed printer station object must remain valid when calling this method. ## -examples ## -see-also -[IPosPrinterJob.ExecuteAsync](iposprinterjob_executeasync.md) \ No newline at end of file +[IPosPrinterJob.ExecuteAsync](iposprinterjob_executeasync.md) diff --git a/windows.devices.pointofservice/receiptprintjob.md b/windows.devices.pointofservice/receiptprintjob.md index 95271a2f17..b671e2c299 100644 --- a/windows.devices.pointofservice/receiptprintjob.md +++ b/windows.devices.pointofservice/receiptprintjob.md @@ -15,8 +15,9 @@ Represents a set of printing instructions that you want to run on the receipt pr ## -remarks To create a new print job for the receipt printer, call [ClaimedReceiptPrinter.CreateJob](claimedreceiptprinter_createjob.md). +The created print job object is valid as long as the ClaimedReceiptPrinter object that created it is valid. ## -examples ## -see-also -[IReceiptOrSlipJob](ireceiptorslipjob.md), [IPosPrinterJob](iposprinterjob.md), [ClaimedReceiptPrinter.CreateJob](claimedreceiptprinter_createjob.md) \ No newline at end of file +[IReceiptOrSlipJob](ireceiptorslipjob.md), [IPosPrinterJob](iposprinterjob.md), [ClaimedReceiptPrinter.CreateJob](claimedreceiptprinter_createjob.md) diff --git a/windows.devices.pointofservice/receiptprintjob_executeasync_2108924004.md b/windows.devices.pointofservice/receiptprintjob_executeasync_2108924004.md index 0ac8cb0332..a0e1a0aa6a 100644 --- a/windows.devices.pointofservice/receiptprintjob_executeasync_2108924004.md +++ b/windows.devices.pointofservice/receiptprintjob_executeasync_2108924004.md @@ -17,8 +17,10 @@ Runs the print job on the receipt printer station asynchronously. The operation to run the print job. This operation returns true if the print job succeeds; otherwise, the operation returns false. ## -remarks +The print job is sent to the claimed printer station object that created the print job. +The claimed printer station object must remain valid when calling this method. ## -examples ## -see-also -[IPosPrinterJob.ExecuteAsync](iposprinterjob_executeasync.md) \ No newline at end of file +[IPosPrinterJob.ExecuteAsync](iposprinterjob_executeasync.md) diff --git a/windows.devices.pointofservice/slipprintjob.md b/windows.devices.pointofservice/slipprintjob.md index 315bd42370..99aec761ea 100644 --- a/windows.devices.pointofservice/slipprintjob.md +++ b/windows.devices.pointofservice/slipprintjob.md @@ -15,8 +15,9 @@ Represents a set of printing instructions that you want to run on the slip print ## -remarks To create a new print job for the slip printer, call [ClaimedSlipPrinter.CreateJob](claimedslipprinter_createjob.md). +The created print job object is valid as long as the ClaimedSlipPrinter object that created it is valid. ## -examples ## -see-also -[IReceiptOrSlipJob](ireceiptorslipjob.md), [IPosPrinterJob](iposprinterjob.md), [ClaimedSlipPrinter.CreateJob](claimedslipprinter_createjob.md) \ No newline at end of file +[IReceiptOrSlipJob](ireceiptorslipjob.md), [IPosPrinterJob](iposprinterjob.md), [ClaimedSlipPrinter.CreateJob](claimedslipprinter_createjob.md) diff --git a/windows.devices.pointofservice/slipprintjob_executeasync_2108924004.md b/windows.devices.pointofservice/slipprintjob_executeasync_2108924004.md index c700bd04a0..f515ea09ec 100644 --- a/windows.devices.pointofservice/slipprintjob_executeasync_2108924004.md +++ b/windows.devices.pointofservice/slipprintjob_executeasync_2108924004.md @@ -17,8 +17,10 @@ Runs the print job on the slip printer station asynchronously. The operation to run the print job. This operation returns true if the print job succeeds; otherwise, the operation returns false. ## -remarks +The print job is sent to the claimed printer station object that created the print job. +The claimed printer station object must remain valid when calling this method. ## -examples ## -see-also -[IPosPrinterJob.ExecuteAsync](iposprinterjob_executeasync.md) \ No newline at end of file +[IPosPrinterJob.ExecuteAsync](iposprinterjob_executeasync.md)