←Select platform

GetAbortInformation Method

Summary

Gets information about the Abort message received by the Print SCU.

Syntax
C#
VB
C++
public DicomPrintScuAbortInformation GetAbortInformation() 
Public Function GetAbortInformation() As DicomPrintScuAbortInformation 
public: 
DicomPrintScuAbortInformation^ GetAbortInformation();  

Return Value

A DicomPrintScuAbortInformation object that holds information about the Abort message received by the Print SCU.

Remarks

The information obtained using this method is meaningless unless an Abort message is received by the Print SCU. When the Print SCU receives an Abort message from the Print SCP, the callback method OnStatus will be called with the status set to DicomPrintScuStatus.ReceiveAbort.

Example

For an example, refer to Associate.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly