←Select platform

Load Method

Summary

Allows the module to be notified that it has been loaded.

Syntax

C#
VB
C++
public void Load( 
   string ServiceDirectory, 
   string DisplayName 
) 
  
Sub Load( _ 
   ByVal ServiceDirectory As String, _ 
   ByVal DisplayName As String _ 
)  
void Load(  
   String^ ServiceDirectory, 
   String^ DisplayName 
)  

Parameters

ServiceDirectory
The service directory.

DisplayName
The service display name that loaded the module.

Remarks

An addin 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 19.0.2017.10.28
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly