Sends a Release Request message to a connection.
public void SendReleaseRequest()
Public Sub SendReleaseRequest()
public void SendReleaseRequest()
function Leadtools.Dicom.Networking.DicomNet.SendReleaseRequest()
public:
void SendReleaseRequest();
Calling SendReleaseRequest generates a call to OnReceiveReleaseRequest on the server. The server will call SendReleaseResponse which will generate a call to OnReceiveReleaseResponse on the client. At this time the DICOM Association may be closed. For more information, refer to Closing a DICOM Associate Connection. Please note that this method of closing a DICOM Association is preferable to just calling SendAbort.
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