Click or drag to resize
ICoreApiEnablePackageAsync Method
Enables the package instance.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
void EnablePackageAsync(
	ProvisioningPackage package,
	string accountId,
	ref string requestId
)

Parameters

package
Type: Atomia.Provisioning.BaseProvisioningPackage
The package instance to enable.
accountId
Type: SystemString
Owner account id.
requestId
Type: SystemString
The request id.
See Also