Closes an ISCL connection.
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
)
forced
true to kill the connection (force the disconnection); false to request the disconnection (the disconnection can be refused by a peer).
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET