Creates a new instance of a TemporaryStorage.

Declaration Syntax

Function Create( _
	ByVal processingState As ProcessingState _
) As TemporaryStorage
TemporaryStorage Create(
	ProcessingState processingState
);
TemporaryStorage Create(
	ProcessingState processingState
);
function Create(
	processingState : ProcessingState
) : TemporaryStorage;

Parameters

processingState
The ProcessingState for the current request. 

Return Value

A new instance of a TemporaryStorage.

Requirements

Namespace: Eas.WebCrawler.Interfaces
Assembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)

See Also

TemporaryStorageFactory Interface | TemporaryStorageFactory Members | Eas.WebCrawler.Interfaces Namespace