| IServiceManagerGetServices Method |
Get all services
Namespace:
SanteDB.Core.Services
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax IEnumerable<Object> GetServices()
Function GetServices As IEnumerable(Of Object)
IEnumerable<Object^>^ GetServices()
abstract GetServices : unit -> IEnumerable<Object>
Return Value
Type:
IEnumerableObject[Missing <returns> documentation for "M:SanteDB.Core.Services.IServiceManager.GetServices"]
See Also