Summary
Evaluates a PLINQ
SelectMany
method over a sequence of Wyam.Common.Documents.IDocument
and traces any exceptions.
- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Execution - Containing Type
- Trace
Exceptions Extensions
Syntax
public static ParallelQuery<IDocument> SelectMany(this ParallelQuery<IDocument> query, IExecutionContext context, Func<IDocument, IEnumerable<IDocument>> selector)
Parameters
Name | Type | Description |
---|---|---|
query | ParallelQuery |
The source query. |
context | IExecutionContext | The execution context. |
selector | Func |
The selector function. |
Return Value
Type | Description |
---|---|
ParallelQuery |
The result query. |