←Select platform

SendAbort Method (DicomNet)

Summary

Sends an Abort message to a connection.

Syntax

C#
VB
WinRT C#
C++
Public Sub SendAbort( _ 
   ByVal source As Leadtools.Dicom.Networking.DicomAbortSourceType, _ 
   ByVal reason As Leadtools.Dicom.DicomAbortReasonType _ 
)  
 function Leadtools.Dicom.Networking.DicomNet.SendAbort(  
   source , 
   reason  
) 

Parameters

source
The source of the aborting.

reason
The reason for the aborting. If the source of the aborting is DicomAbortSourceType.User, the reasons for the aborting are not significant.

Remarks

Calling SendAbort generates a call to OnReceiveAbort. At this time the DICOM Association is closed. Please note that it is preferable to close a DICOM Association using the SendReleaseRequest and SendReleaseResponse methods. For more information on closing a DICOM Association, refer to Closing a DICOM Associate Connection.

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