Notifies a member of a connection that the connection was closed.
void OnClose(
Leadtools.Dicom.DicomExceptionCode error,
Leadtools.Dicom.Networking.DicomNet net
)
Sub OnClose( _
ByVal error As Leadtools.Dicom.DicomExceptionCode, _
ByVal net As Leadtools.Dicom.Networking.DicomNet _
)
void OnClose(
Leadtools.Dicom.DicomExceptionCode error,
Leadtools.Dicom.Networking.DicomNet net
)
function Leadtools.Dicom.Networking.IDicomEvents.OnClose(
error ,
net
)
void OnClose(
Leadtools.Dicom.DicomExceptionCode error,
Leadtools.Dicom.Networking.DicomNet^ net
)
error
An error code.
net
The DicomNet object of the peer member of the connection.
A call to this method is generated by a call to Close. The OnClose method is useful to both SCUs and SCPs. To customize this method, you must derive a class from DicomNet and override this method.
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