←Select platform

SendReleaseRequest Method (DicomNet)

Summary

Sends a Release Request message to a connection.

Syntax

C#
VB
WinRT C#
C++
public void SendReleaseRequest() 
Public Sub SendReleaseRequest()  
public void SendReleaseRequest() 
 function Leadtools.Dicom.Networking.DicomNet.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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly