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.InterfacesAssembly: Eas.WebCrawler.Interfaces (eas.webcrawler.interfaces.dll)