Click or drag to resize

CoreApiProxyCallOperationAsync Method

Calls the operation async.

Namespace:  Atomia.Billing.Core.Sdk.ServiceProxies
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
public void CallOperationAsync(
	string operationName,
	string operationArgument,
	ProvisioningService service,
	string accountId,
	ref string requestId
)

Parameters

operationName
Type: SystemString
Name of the operation.
operationArgument
Type: SystemString
The operation argument.
service
Type: Atomia.Billing.Core.Sdk.AtomiaProvisioningApiProvisioningService
The service.
accountId
Type: SystemString
The account id.
requestId
Type: SystemString
The request id.

Implements

ICoreApiCallOperationAsync(String, String, ProvisioningService, String, String)
See Also