L_DicomServerClose

#include "ltdic.h"

L_LTDIC_API L_VOID L_DicomServerClose(hNet)

Closes a client HDICOMNET connection in a multi-threaded environment.

Parameters

HDICOMNET hNet

A DICOM Network handle to the peer member of the connection.

Returns

None.

Comments

This function should only be called from the server hNet, and not the client hNet. It sends a message to the listening server that the client connection is closed. The connection is not actually closed until the server hNet receives the OnClose. This is used in a multi-threaded environment to close the connection with the client in a thread-safe way.

Required DLLs and Libraries

Platforms

Win32, x64, Linux.

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

LEADTOOLS DICOM C API Help