Click or drag to resize
IServiceOperationsCallServiceOperation Method
Calls the service operation.

Namespace: Atomia.Provisioning.BasicOperations
Assembly: Atomia.Provisioning.BasicOperations (in Atomia.Provisioning.BasicOperations.dll) Version: 17.3.6337.16010
Syntax
void CallServiceOperation(
	Service service,
	string operation,
	string argument,
	string undoOperation,
	string undoOperationArgs,
	string accountId
)

Parameters

service
Type: Service
The service.
operation
Type: SystemString
The operation.
argument
Type: SystemString
The argument.
undoOperation
Type: SystemString
The undo operation.
undoOperationArgs
Type: SystemString
The undo operation args.
accountId
Type: SystemString
The account id.
See Also