Click or drag to resize

IProvisioningPluginExecuteCustomAction Method

Executes the custom action, and returns results.

Namespace:  Atomia.Billing.Core.Sdk.Plugins
Assembly:  Atomia.Billing.Core.Sdk (in Atomia.Billing.Core.Sdk.dll) Version: 18.10.7096.28998
Syntax
Object ExecuteCustomAction(
	string actionName,
	Dictionary<string, Object> properties
)

Parameters

actionName
Type: SystemString
The action name.
properties
Type: System.Collections.GenericDictionaryString, Object
The properties.

Return Value

Type: Object
Execution result.
See Also