LEADTOOLS Medical (Leadtools.Dicom assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IsActivated Method
See Also 
Leadtools.Dicom Namespace > DicomNet Class : IsActivated Method



Determines whether the connection has been activated.

Syntax

Visual Basic (Declaration) 
Public Function IsActivated() As Boolean
Visual Basic (Usage)Copy Code
Dim instance As DicomNet
Dim value As Boolean
 
value = instance.IsActivated()
C# 
public bool IsActivated()
C++/CLI 
public:
bool IsActivated(); 

Return Value

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

Remarks

A connection is activated by calling Leadtools.Dicom.DicomNet.Listen, Connect(String,Int32,String,Int32), 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: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also

Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features