LoadServices Method

Summary

Loads the specified services.

Syntax
C#
VB
C++
public void LoadServices( 
   List<string> serviceList 
) 
  
Public Sub LoadServices( _ 
   ByVal serviceList As List(Of String) _ 
)  
public: 
void LoadServices(  
   List<String^>^ serviceList 
)  

Parameters

serviceList
The list of services to load.

Remarks

The list should be made up of the name that is registered with the service control manager.

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