C# Class Ecologylab.Semantics.Collecting.WebBrowserPool

Afficher le fichier Open project: ecologylab/BigSemanticsCSharp

Private Properties

Свойство Type Description
WebBrowserPool System

Méthodes publiques

Méthode Description
Acquire ( ) : WebView
ExtractMetadata ( DocumentClosure closure ) : void

Called by the _downloaderThread dispatched to the _awesomiumThread.

GetJsonMMD ( MetaMetadata mmd ) : string
InitializeWebCore ( ) : void
Release ( WebView releasedView ) : void
WebBrowserPool ( SemanticsSessionScope scope ) : System

Private Methods

Méthode Description
WebBrowserPool ( ) : System

Method Details

Acquire() public méthode

public Acquire ( ) : WebView
Résultat WebView

ExtractMetadata() public méthode

Called by the _downloaderThread dispatched to the _awesomiumThread.
public ExtractMetadata ( DocumentClosure closure ) : void
closure DocumentClosure
Résultat void

GetJsonMMD() public static méthode

public static GetJsonMMD ( MetaMetadata mmd ) : string
mmd MetaMetadata
Résultat string

InitializeWebCore() public méthode

public InitializeWebCore ( ) : void
Résultat void

Release() public méthode

public Release ( WebView releasedView ) : void
releasedView WebView
Résultat void

WebBrowserPool() public méthode

public WebBrowserPool ( SemanticsSessionScope scope ) : System
scope SemanticsSessionScope
Résultat System