| ApplicationServiceBehaviorEnableService Method |
Remove the specified service from the DCG
Namespace:
SanteDB.DisconnectedClient.Ags.Services
Assembly:
SanteDB.DisconnectedClient.Ags (in SanteDB.DisconnectedClient.Ags.dll) Version: 2.2.1
Syntax public void EnableService(
string serviceIdentifier
)
Public Sub EnableService (
serviceIdentifier As String
)
public:
virtual void EnableService(
String^ serviceIdentifier
) sealed
abstract EnableService :
serviceIdentifier : string -> unit
override EnableService :
serviceIdentifier : string -> unit
Parameters
- serviceIdentifier
- Type: SystemString
[Missing <param name="serviceIdentifier"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.EnableService(System.String)"]
Implements
IApplicationServiceContractEnableService(String)See Also