C#
VB
C++
Notifies a member of a connection that the connection was closed.
protected override void OnClose(
DicomExceptionCode error,
DicomNet net
)
Protected Overrides Sub OnClose( _
ByVal error As Leadtools.Dicom.DicomExceptionCode, _
ByVal net As Leadtools.Dicom.DicomNet _
)
protected:
void OnClose(
Leadtools.Dicom.DicomExceptionCode error,
Leadtools.Dicom.DicomNet^ net
) override
error
An error code.
net
The DicomNet object of the peer member of the 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