Constructs a ConditionalStorageFactory from two different

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.TemporaryStorage
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

ConditionalStorageFactory Class | ConditionalStorageFactory Members | Eas.WebCrawler.PlugIns.TemporaryStorage Namespace