Determines whether the connection has been activated.
public bool IsActivated()
Public Function IsActivated() As Boolean
public bool IsActivated()
function Leadtools.Dicom.Networking.DicomNet.IsActivated()
public:
bool IsActivated();
true if the connection has been activated; otherwise, false.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET