C# Class Ecologylab.Semantics.Collecting.WebBrowserPool

显示文件 Open project: ecologylab/BigSemanticsCSharp

Private Properties

Property Type Description
WebBrowserPool System

Public Methods

Method 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

Method Description
WebBrowserPool ( ) : System

Method Details

Acquire() public method

public Acquire ( ) : WebView
return WebView

ExtractMetadata() public method

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

GetJsonMMD() public static method

public static GetJsonMMD ( MetaMetadata mmd ) : string
mmd MetaMetadata
return string

InitializeWebCore() public method

public InitializeWebCore ( ) : void
return void

Release() public method

public Release ( WebView releasedView ) : void
releasedView WebView
return void

WebBrowserPool() public method

public WebBrowserPool ( SemanticsSessionScope scope ) : System
scope SemanticsSessionScope
return System