ServiceProxy<TChannel>.Execute Method (Action<TChannel>)

Scanjour Workflow4 Reference Manual
Executes an operation as the user specified in the factory.

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

public void Execute(
	Action<TChannel> operation
)

Parameters

operation
Type: System.Action<TChannel>
The operation to execute

Implements

IServiceProxy<TChannel>.Execute(Action<TChannel>)
See Also

Reference