Click or drag to resize
ICoreApiAddAccountAsync Method
Adds the account asynchronously.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
void AddAccountAsync(
	ProvisioningAccount account,
	ref string requestId
)

Parameters

account
Type: Atomia.Provisioning.BaseProvisioningAccount
The account.
requestId
Type: SystemString
The request id.
See Also