←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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly