INativeApiReleaseAccount Method |
Releases the account.
Namespace: Atomia.Provisioning.ServiceAssembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax void ReleaseAccount(
string accountId
)
Sub ReleaseAccount (
accountId As String
)
void ReleaseAccount(
String^ accountId
)
abstract ReleaseAccount :
accountId : string -> unit
Parameters
- accountId
- Type: SystemString
The account.
See Also