 | SynchronizedIntegrationPatternGetServices Method |
Gets the services which should be enabled for this integration mode
Namespace: SanteDB.Persistence.Synchronization.ADO.ConfigurationAssembly: SanteDB.Persistence.Synchronization.ADO (in SanteDB.Persistence.Synchronization.ADO.dll) Version: 3.0.2081-alpha+be3dca7062b437ed047a057127f85f12119224b9
Syntaxpublic IEnumerable<Type> GetServices()
Public Function GetServices As IEnumerable(Of Type)
public:
virtual IEnumerable<Type^>^ GetServices() sealed
abstract GetServices : unit -> IEnumerable<Type>
override GetServices : unit -> IEnumerable<Type>
Return Value
IEnumerableType[Missing <returns> documentation for "M:SanteDB.Persistence.Synchronization.ADO.Configuration.SynchronizedIntegrationPattern.GetServices"]
Implements
IUpstreamIntegrationPatternGetServices
See Also