Click or drag to resize

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
)

Parameters

serviceIdentifier
Type: SystemString

[Missing <param name="serviceIdentifier"/> documentation for "M:SanteDB.DisconnectedClient.Ags.Services.ApplicationServiceBehavior.DisableService(System.String)"]

Implements

IApplicationServiceContractDisableService(String)
See Also