LDicomNet::ServerClose

Summary

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

Syntax

#include "ltdic.h"

L_VOID LDicomNet::ServerClose()

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

See Also

Functions

Topics

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

LEADTOOLS DICOM C++ Class Library Help

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