←Select platform

Load Method

Summary

See Leadtools.Dicom.AddIn.Interfaces.IModule.Load for more information.

Syntax

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

Parameters

ServiceDirectory
The service directory.

DisplayName
The service display name.

Remarks

An addin can prevent the service from starting by throwing the ServiceStartException in this method.

Requirements

Target Platforms

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