Visual Basic (Declaration) | |
---|---|
Public Function GetAbortInformation() As DicomPrintScuAbortInformation |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public DicomPrintScuAbortInformation GetAbortInformation() |
Managed Extensions for 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 Associate.
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 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family