←Select platform

ServerClose Method

Summary
Closes a client DicomNet in a multi-threaded environment.
Syntax
C#
VB
C++
public void ServerClose() 
Public Sub 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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

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