Click or drag to resize

CoreApiProxyEnablePackageAsync Method

Enables 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 EnablePackageAsync(
	ProvisioningPackage package,
	string accountId,
	ref string requestId
)

Parameters

package
Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiProvisioningPackage
The package.
accountId
Type: SystemString
The account id.
requestId
Type: SystemString
The request id.

Implements

ICoreApiEnablePackageAsync(ProvisioningPackage, String, String)
See Also