ICoreApiCallOperationAsync Method |
Calls specific operation for service asynchronously.
Namespace: Atomia.Provisioning.ServiceAssembly: 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
)
Sub CallOperationAsync (
operationName As String,
operationArgument As String,
service As ProvisioningService,
accountId As String,
ByRef requestId As String
)
void CallOperationAsync(
String^ operationName,
String^ operationArgument,
ProvisioningService^ service,
String^ accountId,
String^% requestId
)
abstract CallOperationAsync :
operationName : string *
operationArgument : string *
service : ProvisioningService *
accountId : string *
requestId : string byref -> unit
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