LDicomNet::ServerClose

#include "ltdic.h"

L_VOID LDicomNet::ServerClose()

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

Returns

None.

Comments

LDicomNet::ServerClose should only be called from the server LDicomNet, and not the client LDicomNet. This sends a message to the listening server that the client connection is closed. The connection is not actually closed until the server LDicomNet 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

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

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.