←Select platform

ServerClose Method

Summary
Closes a client DicomNet in a multi-threaded environment.
Syntax
C#
C++/CLI
public void ServerClose() 
public: 
void ServerClose();  
Remarks

This method should only be called from the server DicomNet, and not the client DicomNet.

This sends a message to the listening server that the client connection is closed.

The connection is not actually closed until the server DicomNet receives the OnClose.

This is used in a multi-threaded environment to close the connection with the client in a thread-safe way.

Requirements

Target Platforms

See Also

Reference

DicomNet Class

DicomNet Members

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

Leadtools.Dicom Assembly

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