| IApplicationServiceContractEnableService Method |
Enable the specified service
Namespace:
SanteDB.DisconnectedClient.Ags.Contracts
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax void EnableService(
string serviceType
)
Sub EnableService (
serviceType As String
)
void EnableService(
String^ serviceType
)
abstract EnableService :
serviceType : string -> unit
Parameters
- serviceType
- Type: SystemString
[Missing <param name="serviceType"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Contracts.IApplicationServiceContract.EnableService(System.String)"]
See Also