C#
VB
C++
Allows the module to be notified that it has been loaded.
public void Load(
string ServiceDirectory,
string DisplayName
)
Sub Load( _
ByVal ServiceDirectory As String, _
ByVal DisplayName As String _
)
void Load(
String^ ServiceDirectory,
String^ DisplayName
)
ServiceDirectory
The service directory.
DisplayName
The service display name that loaded the module.
An addin can prevent the service from starting by throwing the Leadtools.Dicom.AddIn.ServiceStartException in this method.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET