Notifies a connection that a Release Request message was received.
void OnReceiveReleaseRequest(
Leadtools.Dicom.Networking.DicomNet net
)
Sub OnReceiveReleaseRequest( _
ByVal net As Leadtools.Dicom.Networking.DicomNet _
)
void OnReceiveReleaseRequest(
Leadtools.Dicom.Networking.DicomNet net
)
function Leadtools.Dicom.Networking.IDicomEvents.OnReceiveReleaseRequest(
net
)
void OnReceiveReleaseRequest(
Leadtools.Dicom.Networking.DicomNet^ net
)
net
The DicomNet object of the peer member of the connection.
A call to this method is generated on an SCP when an SCU calls SendReleaseRequest. For more information on DICOM Associate connections, refer to Creating a DICOM Associate Connection. To customize this method, you must derive a class from DicomNet and override this method.
When the DICOM Association is no longer needed, it should be ended. For more information, 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