| ApplicationContextGetService Method (Type) |
Gets the service object of the specified type.
Namespace:
SanteDB.DisconnectedClient
Assembly:
SanteDB.DisconnectedClient.Core (in SanteDB.DisconnectedClient.Core.dll) Version: 2.2.1
Syntax public Object GetService(
Type serviceType
)
Public Function GetService (
serviceType As Type
) As Object
public:
virtual Object^ GetService(
Type^ serviceType
) sealed
abstract GetService :
serviceType : Type -> Object
override GetService :
serviceType : Type -> Object
Parameters
- serviceType
- Type: SystemType
Service type.
Return Value
Type:
ObjectThe service.
Implements
IServiceProviderGetService(Type)See Also