|
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)
Syntaxpublic Retriever(
RetrieverStrategy strategy,
RetrieverInfo info
)
Public Sub New (
strategy As RetrieverStrategy,
info As RetrieverInfo
)
public:
Retriever(
RetrieverStrategy^ strategy,
RetrieverInfo^ info
)
new :
strategy : RetrieverStrategy *
info : RetrieverInfo -> RetrieverParameters
- strategy
- Type: Karamba.Results.ShellSectionRetrieverStrategy
Strategy to be used for retrieving. - info
- Type: Karamba.Results.ShellSectionRetrieverInfo
Info required to retrieve.
See Also