Fork me on GitHubEpicdominant domains
APIEpic.Query.ObjectIDeferrerDefer<(Of <<'(TDeferred, TResult>)>>)(Expression<(Of <<'(TResult>)>>))

Defer<(Of <(<'TDeferred, TResult>)>)> Method (expression)
Defer the evaluation of the specified expression.

Assembly: Epic.Query.Object

Declaration Syntax
C#
TDeferred Defer<TDeferred, TResult>(
	Expression<TResult> expression
)
where TDeferred : Object, IDeferred<TResult>
Generic Template Parameters
TDeferred
The type of the IDeferred<(Of <(<'TResult>)>)> to create.
TResult
The result to defer.
Parameters
expression (Expression<(Of <(<'TResult>)>)>)
Expression to defer.
Return Value
A TDeferred representing a computation that will produce a TResult.
Exceptions
ExceptionCondition
ArgumentNullExceptionexpression is nullNothingnullptr.
DeferringExceptionThis deferrer can not build a TDeferred producing a TResult on evaluation.
blog comments powered by Disqus