Click or drag to resize
INativeApiDeleteServiceAsync Method
Deletes the specified service instance. If operation fails exception will be thrown.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
void DeleteServiceAsync(
	ProvisioningService service,
	bool deleteOnResource,
	out string requestId
)

Parameters

service
Type: Atomia.Provisioning.BaseProvisioningService
Service instance to delete.
deleteOnResource
Type: SystemBoolean
If set to true service will be deleted on resource, too.
requestId
Type: SystemString
The request id.
See Also