FileSystemQueueFeature Methods |
The FileSystemQueueFeature type exposes the following members.
Name | Description | |
---|---|---|
CreateInstallTasks |
Creates one or more IConfigurationTask instances which can be executed to setup the feature
(Inherited from GenericServiceFeatureTService.) | |
CreateUninstallTasks |
Creates one or more IConfigurationTask instances which can be executed to remove the feature from SanteDB
(Inherited from GenericServiceFeatureTService.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetDefaultConfiguration |
Returns the default configuration object for this service (so the configuration tool can expose the options to the user)
(Overrides GenericServiceFeatureTServiceGetDefaultConfiguration.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
QueryState |
Query the status of the feature in configuration (Inherited from GenericServiceFeatureTService.) | |
ToString | (Inherited from Object.) |
Name | Description | |
---|---|---|
ConvertTReturn |
The purpose of this method is to convert object me to TReturn. Why?
Because if you have an instance of Act that actually needs to be a SubstanceAdministration we can't just cast
so we have to copy.
(Defined by ExtensionMethods.) |