C#
VB
C++
Aborts the Association.
public void Abort(
DicomAbortSourceType source,
DicomAbortReasonType reason
)
Public Sub Abort( _
ByVal source As DicomAbortSourceType, _
ByVal reason As DicomAbortReasonType _
)
public:
void Abort(
DicomAbortSourceType source,
DicomAbortReasonType reason
)
source
The source of the Association aborting.
reason
The reason for the Association aborting.
Associate(String,Int32,String,String,DicomPrintScuPrintManagementClassFlags) Method