Leadtools.Dicom.Scp.Command.Configuration Namespace : IInitializationService Interface |
public interface IInitializationService
'Declaration Public Interface IInitializationService
'Usage Dim instance As IInitializationService
public interface class IInitializationService
When the Leadtools.Dicom.Scp.Command.DicomCommandFactory creates a command it checks if the command type is registered with an object that implements this interface and if one found it calls the ConfigureCommand passing the Leadtools.Dicom.Scp.Command.DicomCommand object it created.
This interface allows users to implement their way of configuring the Leadtools.Dicom.Scp.Command.DicomCommand objects that are created dynamically from configuration.