IServiceOperationsDeleteServiceSimple Method |
Deletes the service without additional actions.
Namespace: Atomia.Provisioning.BasicOperationsAssembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntaxvoid DeleteServiceSimple(
Service serviceToDelete,
bool databaseOnly
)
Sub DeleteServiceSimple (
serviceToDelete As Service,
databaseOnly As Boolean
)
void DeleteServiceSimple(
Service^ serviceToDelete,
bool databaseOnly
)
abstract DeleteServiceSimple :
serviceToDelete : Service *
databaseOnly : bool -> unit
Parameters
- serviceToDelete
- Type: Service
The service to delete. - databaseOnly
- Type: SystemBoolean
If set to true make changes in database only.
See Also