IServiceProxyTChannelExecuteTResult(FuncTChannel, TResult) Method
Executes an operation as the user specified in the factory, and returns the result.
Namespace: Scanjour.Workflow4.BaseAssembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 24.4.0.0 (24.4.0.0)
TResult Execute<TResult>(
Func<TChannel, TResult> operation
)
Function Execute(Of TResult) (
operation As Func(Of TChannel, TResult)
) As TResult
generic<typename TResult>
TResult Execute(
Func<TChannel, TResult>^ operation
)
abstract Execute :
operation : Func<'TChannel, 'TResult> -> 'TResult
- operation FuncTChannel, TResult
- The operation to perform
- TResult
- Result of operation
TResultThe result of the operation