 | DependencyServiceManagerGetServices Method |
Gets all service instances
Namespace: SanteDB.Core.Services.ImplAssembly: SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.2081-alpha+b4ae72647f2cc271f89142f76fff26ad69e00f5a
Syntaxpublic IEnumerable<Object> GetServices()
Public Function GetServices As IEnumerable(Of Object)
public:
virtual IEnumerable<Object^>^ GetServices() sealed
abstract GetServices : unit -> IEnumerable<Object>
override GetServices : unit -> IEnumerable<Object>
Return Value
IEnumerableObject[Missing <returns> documentation for "M:SanteDB.Core.Services.Impl.DependencyServiceManager.GetServices"]
Implements
IServiceManagerGetServices
See Also