←Select platform

IsActivated Method (DicomNet)

Summary

Determines whether the connection has been activated.

Syntax

C#
VB
WinRT C#
C++
public bool IsActivated() 
Public Function IsActivated() As Boolean 
public bool IsActivated() 
 function Leadtools.Dicom.Networking.DicomNet.IsActivated() 
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly