Returns the number of SCUs connected to the SCP.
Syntax
Visual Basic (Declaration) | |
---|
Public Function GetClientCount() As Integer |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As DicomNet
Dim value As Integer
value = instance.GetClientCount() |
C# | |
---|
public int GetClientCount() |
C++/CLI | |
---|
public:
int GetClientCount(); |
Return Value
The number of SCUs connected to the SCP.
Remarks
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