←Select platform

IsActivated Method

Summary
Determines whether the connection has been activated.
Syntax
C#
VB
C++
public bool IsActivated() 
Public Function IsActivated() As Boolean 
public: 
bool IsActivated();  

Return Value

true if the connection has been activated; otherwise, false.

Remarks

A connection is activated by calling Listen, Connect, or Accept. Therefore, if any of these methods has been called for the connection, IsActivated will return true. Otherwise, it will return false.

Requirements

Target Platforms

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.