Click or drag to resize
IServiceOperationsAddServiceSimple Method
Adds the service without additional actions.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
Service AddServiceSimple(
	Service serviceToAdd,
	Service parentService,
	string accountId,
	string packageId,
	bool databaseOnly
)

Parameters

serviceToAdd
Type: Service
The service to add.
parentService
Type: Service
The parent service.
accountId
Type: SystemString
The account ID.
packageId
Type: SystemString
The package id.
databaseOnly
Type: SystemBoolean
If set to true service will be added in database only.

Return Value

Type: Service
Added service instance
See Also