ServiceProxy<TChannel>.Execute<TResult> Method (Func<TChannel, TResult>)

Scanjour Workflow4 Reference Manual
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: 23.2.0.0 (23.2.0.0)
Syntax

public TResult Execute<TResult>(
	Func<TChannel, TResult> operation
)

Parameters

operation
Type: System.Func<TChannel, TResult>
The operation to perform

Type Parameters

TResult
Result of operation

Return Value

Type: TResult
The result of the operation

Implements

IServiceProxy<TChannel>.Execute<TResult>(Func<TChannel, TResult>)
See Also

Reference