Leadtools.Dicom.Networking Namespace > IDicomEvents Interface : OnReceiveReleaseRequest Method |
'Usage Dim instance As IDicomEvents Dim net As DicomNet instance.OnReceiveReleaseRequest(net)
function Leadtools.Dicom.Networking.IDicomEvents.OnReceiveReleaseRequest( net )
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.