ServiceAdministrator Constructor(string,bool)

Summary

Initializes a new instance of the ServiceAdministrator class.

Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal BaseDirectory As String, _ 
   ByVal loadAllArchitectures As Boolean _ 
) 
public: 
ServiceAdministrator(  
   String^ BaseDirectory, 
   bool loadAllArchitectures 
) 

Parameters

BaseDirectory
The base directory.

loadAllArchitectures
if set to true load all architectures, false to load only the current architecture.

Remarks
loadAllArchitectures allows you to specify if you want to load 32/64 bit service with a service manager that does not match the service architecture.

Setting this property to false will only load DICOM services that correspond to the current architecture. If loadAllArchitectures is set to true and the architectures do not match, you will not be able to edit the server add-ins.

Example

For an example refer to InstallService

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