IServiceOperationsModifyServiceSimple Method |
Modifies the service without additional actions.
Namespace: Atomia.Provisioning.BasicOperationsAssembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
SyntaxService ModifyServiceSimple(
Service serviceToModify,
bool databaseOnly
)
Function ModifyServiceSimple (
serviceToModify As Service,
databaseOnly As Boolean
) As Service
Service^ ModifyServiceSimple(
Service^ serviceToModify,
bool databaseOnly
)
abstract ModifyServiceSimple :
serviceToModify : Service *
databaseOnly : bool -> Service
Parameters
- serviceToModify
- Type: Service
The service to modify. - databaseOnly
- Type: SystemBoolean
If set to true make changes in database only.
Return Value
Type:
ServiceModified service.
See Also