Visual Basic (Declaration) | |
---|---|
Public Function GetAbortInformation() As DicomPrintScuAbortInformation |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomPrintScuAbortInformation GetAbortInformation() |
C++/CLI | |
---|---|
public: DicomPrintScuAbortInformation^ GetAbortInformation(); |
Return Value
A DicomPrintScuAbortInformation object that holds information about the Abort message received by the Print SCU.For an example, refer to DicomPrintScu.Associate(String,Int32,String,String,DicomPrintScuPrintManagementClassFlags).
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family