←Select platform

SendReleaseRequest Method

Summary
Sends a Release Request message to a connection.
Syntax
C#
VB
C++
public void SendReleaseRequest() 
Public Sub SendReleaseRequest()  
public: 
void SendReleaseRequest();  
Remarks

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.

Example

For an example, refer to SendAssociateRequest.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.