ICoreApiAddAccountAsync Method |
Adds the account asynchronously.
Namespace: Atomia.Provisioning.ServiceAssembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax void AddAccountAsync(
ProvisioningAccount account,
ref string requestId
)
Sub AddAccountAsync (
account As ProvisioningAccount,
ByRef requestId As String
)
void AddAccountAsync(
ProvisioningAccount^ account,
String^% requestId
)
abstract AddAccountAsync :
account : ProvisioningAccount *
requestId : string byref -> unit
Parameters
- account
- Type: Atomia.Provisioning.BaseProvisioningAccount
The account. - requestId
- Type: SystemString
The request id.
See Also