Click or drag to resize

ServiceProxyTChannelExecuteTResult(FuncTChannel, TResult) Method

Executes an operation as the user specified in the factory, and returns the result.

Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.5.0.0 (24.5.0.0)
Syntax
public TResult Execute<TResult>(
	Func<TChannel, TResult> operation
)

Parameters

operation  FuncTChannel, TResult
The operation to perform

Type Parameters

TResult
Result of operation

Return Value

TResult
The result of the operation

Implements

IServiceProxyTChannelExecuteTResult(FuncTChannel, TResult)
See Also