Declaration Syntax
Protected Sub New( _
ByVal trueFactory As TemporaryStorageFactory, _
ByVal falseFactory As TemporaryStorageFactory _
)
protected ConditionalStorageFactory(
TemporaryStorageFactory trueFactory,
TemporaryStorageFactory falseFactory
);
protected: ConditionalStorageFactory(
TemporaryStorageFactory trueFactory,
TemporaryStorageFactory falseFactory
);
protected function ConditionalStorageFactory(
trueFactory : TemporaryStorageFactory,
falseFactory : TemporaryStorageFactory
);
Parameters
- trueFactory
- The factory to use if the ConditionalCheck returns .
true
- falseFactory
- The factory to use if the ConditionalCheck returns .
false
Requirements
Namespace: Eas.WebCrawler.PlugIns.TemporaryStorageAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)