←Select platform

SendReleaseResponse Method

Summary

Sends a Release Response message to a connection.

Syntax
C#
VB
C++
public void SendReleaseResponse() 
Public Sub SendReleaseResponse()  
public: 
void SendReleaseResponse();  

Remarks

SendReleaseResponse is sent by the server in response to a SendReleaseRequest call placed by the client. It generates a call to OnReceiveReleaseResponse on the client. The client and server can now close the DICOM Association by calling Close. For more information about ending a DICOM Association, refer to Closing a DICOM Associate Connection. Please note that ending the DICOM Association by calling SendReleaseRequest and SendReleaseResponse is preferable to calling SendAbort.

Example

For an example, refer to SendAssociateRequest.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly