Click or drag to resize

Retriever Constructor

Initializes a new instance of the Retriever class. Create a new instance of this class.

Namespace:  Karamba.Results.ShellSection
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 2.2.0.4 (2.2.0.4)
Syntax
public Retriever(
	RetrieverStrategy strategy,
	RetrieverInfo info
)

Parameters

strategy
Type: Karamba.Results.ShellSectionRetrieverStrategy
Strategy to be used for retrieving.
info
Type: Karamba.Results.ShellSectionRetrieverInfo
Info required to retrieve.
See Also