Click or drag to resize

IServiceProxyTChannelExecute(ActionTChannel) Method

Executes an operation as the user specified in the factory.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
void Execute(
	Action<TChannel> operation
)

Parameters

operation  ActionTChannel
The operation to execute
See Also