Leadtools.Dicom Namespace > DicomNet Class : OnReceiveReleaseRequest Method |
protected virtual void OnReceiveReleaseRequest()
'Declaration Protected Overridable Sub OnReceiveReleaseRequest()
'Usage Dim instance As DicomNet instance.OnReceiveReleaseRequest()
protected virtual void OnReceiveReleaseRequest()
function Leadtools.Dicom.DicomNet.OnReceiveReleaseRequest()
protected: virtual void OnReceiveReleaseRequest();
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.