Click or drag to resize

CoreApiProxyDeleteServiceAsync Method

Deletes the service async.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public void DeleteServiceAsync(
	ProvisioningService service,
	string accountName,
	ref string requestId
)

Parameters

service
Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiProvisioningService
The service.
accountName
Type: SystemString
Name of the account.
requestId
Type: SystemString
The request id.

Implements

ICoreApiDeleteServiceAsync(ProvisioningService, String, String)
See Also