| AgsServiceCreateService Method |
Create the rest service
Namespace:
SanteDB.DisconnectedClient.Ags
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public RestService CreateService(
Type serviceType
)
Public Function CreateService (
serviceType As Type
) As RestService
public:
virtual RestService^ CreateService(
Type^ serviceType
) sealed
abstract CreateService :
serviceType : Type -> RestService
override CreateService :
serviceType : Type -> RestService
Parameters
- serviceType
- Type: SystemType
[Missing <param name="serviceType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.AgsService.CreateService(System.Type)"]
Return Value
Type:
RestService[Missing <returns> documentation for "M:SanteDB.DisconnectedClient.Ags.AgsService.CreateService(System.Type)"]
Implements
IRestServiceFactoryCreateService(Type)See Also