←Select platform

CloseForced Method (DicomNet)

Summary

Closes an ISCL connection.

Syntax

C#
VB
WinRT C#
C++
public void CloseForced(  
   bool forced 
) 
Public Sub CloseForced( _ 
   ByVal forced As Boolean _ 
)  
public void CloseForced(  
   bool forced 
) 
 function Leadtools.Dicom.Networking.DicomNet.CloseForced(  
   forced  
) 
public: 
void CloseForced(  
   bool forced 
)  

Parameters

forced
true to kill the connection (force the disconnection); false to request the disconnection (the disconnection can be refused by a peer).

Remarks

When forced is set to true, the connection is closed immediately. Please note that CloseForced(false) is queued in the ISCL message queue (it will be processed later). CloseForced(true) is immediate, however.

Requirements

Target Platforms

See Also

Reference

DicomNet Class

DicomNet Members

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

Leadtools.Dicom Assembly