Summary
Sets the item thread count. By default, no thread count is specified.
- Assembly
- Wyam
.Feeds .dll - Namespace
- Wyam
.Feeds - Containing Type
- GenerateFeeds
Syntax
public GenerateFeeds WithItemThreadCount(DocumentConfig itemThreadCount)
Parameters
Name | Type | Description |
---|---|---|
itemThreadCount | DocumentConfig | A delegate that should return an int with
the item thread count. |
Return Value
Type | Description |
---|---|
GenerateFeeds | The current module instance. |