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
)
Function ExecuteCustomAction (
actionName As String,
properties As Dictionary(Of String, Object)
) As Object
Object^ ExecuteCustomAction(
String^ actionName,
Dictionary<String^, Object^>^ properties
)
abstract ExecuteCustomAction :
actionName : string *
properties : Dictionary<string, Object> -> Object
Parameters
- actionName
- Type: SystemString
The action name. - properties
- Type: System.Collections.GenericDictionaryString, Object
The properties.
Return Value
Type:
ObjectExecution result.
See Also