Creates a new instance of a FileStorage that points to a temp file.

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 FileStorage.

Requirements

Namespace: Eas.WebCrawler.PlugIns.TemporaryStorage
Assembly: Eas.WebCrawler.PlugIns (eas.webcrawler.plugins.dll)

See Also

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