IServiceProxyTChannelExecute(ActionTChannel) Method

Executes an operation as the user specified in the factory.

Definition

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
C#
void Execute(
	Action<TChannel> operation
)

Parameters

operation  ActionTChannel
The operation to execute

See Also