C# 클래스 Ecologylab.Semantics.Collecting.WebBrowserPool

파일 보기 프로젝트 열기: ecologylab/BigSemanticsCSharp

Private Properties

프로퍼티 타입 설명
WebBrowserPool System

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
WebBrowserPool ( ) : System

메소드 상세

Acquire() 공개 메소드

public Acquire ( ) : WebView
리턴 WebView

ExtractMetadata() 공개 메소드

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

GetJsonMMD() 공개 정적인 메소드

public static GetJsonMMD ( MetaMetadata mmd ) : string
mmd MetaMetadata
리턴 string

InitializeWebCore() 공개 메소드

public InitializeWebCore ( ) : void
리턴 void

Release() 공개 메소드

public Release ( WebView releasedView ) : void
releasedView WebView
리턴 void

WebBrowserPool() 공개 메소드

public WebBrowserPool ( SemanticsSessionScope scope ) : System
scope SemanticsSessionScope
리턴 System