Click or drag to resize

CoreApiProxyDisablePackageAsync Method

Disables the package 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 DisablePackageAsync(
	ProvisioningPackage package,
	string scriptName,
	string accountId,
	ref string requestId
)

Parameters

package
Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiProvisioningPackage
The package.
scriptName
Type: SystemString
Name of the script.
accountId
Type: SystemString
The account id.
requestId
Type: SystemString
The request id.

Implements

ICoreApiDisablePackageAsync(ProvisioningPackage, String, String, String)
See Also