PluginInvokeFunctionT Method

Scanjour Workflow4 Reference Manual
Invokes a function on the plugin

Namespace:  Scanjour.Workflow4.Base
Assembly:  Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.2.0.0 (24.2.0.0)
Syntax

public T InvokeFunction<T>(
	Action<string> errorLogger,
	string name,
	params Object[] parameters
)

Parameters

errorLogger
Type: SystemActionString
Method that writes
name
Type: SystemString

[Missing <param name="name"/> documentation for "M:Scanjour.Workflow4.Base.Plugin.InvokeFunction``1(System.Action{System.String},System.String,System.Object[])"]

parameters
Type: SystemObject

[Missing <param name="parameters"/> documentation for "M:Scanjour.Workflow4.Base.Plugin.InvokeFunction``1(System.Action{System.String},System.String,System.Object[])"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Scanjour.Workflow4.Base.Plugin.InvokeFunction``1(System.Action{System.String},System.String,System.Object[])"]

Return Value

Type: T

[Missing <returns> documentation for "M:Scanjour.Workflow4.Base.Plugin.InvokeFunction``1(System.Action{System.String},System.String,System.Object[])"]

See Also

Reference