C#
VB
C++
Notifies an implementor that an abort has been received.
public void OnReceiveAbort(
DicomClient Client,
DicomAbortSourceType source,
DicomAbortReasonType reason
)
Sub OnReceiveAbort( _
ByVal Client As Leadtools.Dicom.Addin.DicomClient, _
ByVal source As Leadtools.Dicom.DicomAbortSourceType, _
ByVal reason As Leadtools.Dicom.DicomAbortReasonType _
)
void OnReceiveAbort(
Leadtools.Dicom.Addin.DicomClient^ Client,
Leadtools.Dicom.DicomAbortSourceType source,
Leadtools.Dicom.DicomAbortReasonType reason
)
Client
The client this notification applies to.
source
The source of the Association aborting.
reason
The reason for the Association aborting. If the source of the aborting is DicomAbortSourceType.User, the reasons for the aborting are not significant.
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