ServicesDependedOn Property

Summary

Gets the set of service this service depends on.

Syntax
C#
VB
C++
public DicomServiceController[] ServicesDependedOn { get; } 
  
Public ReadOnly Property ServicesDependedOn As DicomServiceController() 
public: 
property array<DicomServiceController^>^ ServicesDependedOn { 
   array<DicomServiceController^>^ get(); 
} 

Property Value

An array of DicomServiceController instances that this service depends on.

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