| DependencyServiceManagerGetServices Method |
Gets all service instances
Namespace:
SanteDB.Core.Services.Impl
Assembly:
SanteDB.Core.Api (in SanteDB.Core.Api.dll) Version: 3.0.481-alpha
Syntax public 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
Type:
IEnumerableObject[Missing <returns> documentation for "M:SanteDB.Core.Services.Impl.DependencyServiceManager.GetServices"]
Implements
IServiceManagerGetServicesSee Also