ICoreApiCallOperation Method |
Calls specific operation for service.
Namespace: Atomia.Provisioning.ServiceAssembly: Atomia.Provisioning.Service (in Atomia.Provisioning.Service.dll) Version: 17.3.6337.16014
Syntax string CallOperation(
string operationName,
string operationArgument,
ProvisioningService service,
string accountId
)
Function CallOperation (
operationName As String,
operationArgument As String,
service As ProvisioningService,
accountId As String
) As String
String^ CallOperation(
String^ operationName,
String^ operationArgument,
ProvisioningService^ service,
String^ accountId
)
abstract CallOperation :
operationName : string *
operationArgument : string *
service : ProvisioningService *
accountId : string -> string
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