Click or drag to resize

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
)

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