Declaration Syntax
Public Overridable Function Create( _
ByVal processingState As ProcessingState _
) As TemporaryStorage
public virtual TemporaryStorage Create(
ProcessingState processingState
);
public: virtual TemporaryStorage Create(
ProcessingState processingState
);
public function Create(
processingState : ProcessingState
) : TemporaryStorage;
Parameters
- processingState
- The ProcessingState for the current request.
Return Value
A new instance of a MemoryStorage.Requirements
Namespace: Eas.WebCrawler.PlugIns.TemporaryStorageAssembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)