Declaration Syntax
Protected MustOverride Function ConditionalCheck( _
ByVal processingState As ProcessingState _
) As Boolean
protected abstract bool ConditionalCheck(
ProcessingState processingState
);
protected: virtual bool ConditionalCheck(
ProcessingState processingState
) = 0;
protected abstract function ConditionalCheck(
processingState : ProcessingState
) : Boolean;
Parameters
- processingState
- The details of the current request.
Return Value
true
false
Requirements
Namespace: Eas.WebCrawler.PlugIns.TemporaryStorageAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)