IServiceProxyTChannelExecute(ActionTChannel) Method
Executes an operation as the user specified in the factory.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
void Execute(
Action<TChannel> operation
)
Sub Execute (
operation As Action(Of TChannel)
)
void Execute(
Action<TChannel>^ operation
)
abstract Execute :
operation : Action<'TChannel> -> unit
Parameters
- operation ActionTChannel
- The operation to execute