←Select platform

GetServices Method

Summary

Retrieves all the services on the local computer.

Syntax

C#
VB
C++
public static IEnumerable<DicomServiceController> GetServices() 
  
Public Shared Function GetServices() As IEnumerable(Of DicomServiceController) 
public: 
static IEnumerable<DicomServiceController^>^ GetServices();  

Return Value

An array of DicomServiceController that represents the services on the local computer.

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.Server.Admin Assembly