Leadtools.Dicom.Scp.Command.Configuration Namespace : IInitializationService Interface |
public interface IInitializationService
'Declaration Public Interface IInitializationService
'Usage Dim instance As IInitializationService
public interface IInitializationService
function Leadtools.Dicom.Scp.Command.Configuration.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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
public interface IInitializationService
'Declaration Public Interface IInitializationService
'Usage Dim instance As IInitializationService
public interface IInitializationService
function Leadtools.Dicom.Scp.Command.Configuration.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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2