GetServices Method

Summary

Retrieves all the services on the local computer.

Syntax
C#
VB
C++
[IteratorStateMachineAttribute(System.Type)] 
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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Server.Admin Assembly