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

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

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.

Return Value

Type: String
String containing operation specific result.
See Also