| ApplicationServiceBehaviorDisableService 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 DisableService(
string serviceIdentifier
)
Public Sub DisableService (
serviceIdentifier As String
)
public:
virtual void DisableService(
String^ serviceIdentifier
) sealed
abstract DisableService :
serviceIdentifier : string -> unit
override DisableService :
serviceIdentifier : string -> unit
Parameters
- serviceIdentifier
- Type: SystemString
[Missing <param name="serviceIdentifier"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.DisableService(System.String)"]
Implements
IApplicationServiceContractDisableService(String)See Also