Load Method

Summary
Allows the module to be notified that it has been loaded.
Syntax
C#
C++/CLI
public void Load( 
   string ServiceDirectory, 
   string DisplayName 
) 
void Load(  
   String^ ServiceDirectory, 
   String^ DisplayName 
)  

Parameters

ServiceDirectory
The service directory.

DisplayName
The service display name that loaded the module.

Remarks

An add-in can prevent the service from starting by throwing the Leadtools.Dicom.AddIn.ServiceStartException in this method.

Requirements

Target Platforms

See Also

Reference

IModule Interface

IModule Members

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.