Sends an Abort message to a connection.
public void SendAbort(
Leadtools.Dicom.Networking.DicomAbortSourceType source,
Leadtools.Dicom.DicomAbortReasonType reason
)
Public Sub SendAbort( _
ByVal source As Leadtools.Dicom.Networking.DicomAbortSourceType, _
ByVal reason As Leadtools.Dicom.DicomAbortReasonType _
)
public void SendAbort(
Leadtools.Dicom.Networking.DicomAbortSourceType source,
Leadtools.Dicom.DicomAbortReasonType reason
)
function Leadtools.Dicom.Networking.DicomNet.SendAbort(
source ,
reason
)
public:
void SendAbort(
Leadtools.Dicom.Networking.DicomAbortSourceType source,
Leadtools.Dicom.DicomAbortReasonType reason
)
source
The source of the aborting.
reason
The reason for the aborting. If the source of the aborting is DicomAbortSourceType.User, the reasons for the aborting are not significant.
Calling SendAbort generates a call to OnReceiveAbort. At this time the DICOM Association is closed. Please note that it is preferable to close a DICOM Association using the SendReleaseRequest and SendReleaseResponse methods. For more information on closing a DICOM Association, refer to Closing a DICOM Associate Connection.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET