Click or drag to resize
ICoreApiCallOperationAsync Method
Calls specific operation for service asynchronously.

Namespace: Atomia.Provisioning.Service
Assembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax
void CallOperationAsync(
	string operationName,
	string operationArgument,
	ProvisioningService service,
	string accountId,
	ref string requestId
)

Parameters

operationName
Type: SystemString
The name of operation that has to be executed on specific service.
operationArgument
Type: SystemString
Argument needed for operation execution. Can be null if operation does not need any argument.
service
Type: Atomia.Provisioning.BaseProvisioningService
Service which operation will be called.
accountId
Type: SystemString
Owner account id.
requestId
Type: SystemString
Provisioning request id.
See Also