Click or drag to resize

ServiceProxyTChannelExecute(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
public void Execute(
	Action<TChannel> operation
)

Parameters

operation  ActionTChannel
The operation to execute

Implements

IServiceProxyTChannelExecute(ActionTChannel)
See Also