C# 클래스 VW.VowpalWabbitThreadSafeExamplePool

상속: IVowpalWabbitExamplePool
파일 보기 프로젝트 열기: NativoPlatform/vowpal_wabbit

공개 메소드들

메소드 설명
Dispose ( ) : void

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.

GetOrCreateNativeExample ( ) : VowpalWabbitExample
ReturnExampleToPool ( VowpalWabbitExample example ) : void
VowpalWabbitThreadSafeExamplePool ( IVowpalWabbitExamplePool pool ) : System

비공개 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Dispose() 공개 메소드

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public Dispose ( ) : void
리턴 void

GetOrCreateNativeExample() 공개 메소드

public GetOrCreateNativeExample ( ) : VowpalWabbitExample
리턴 VowpalWabbitExample

ReturnExampleToPool() 공개 메소드

public ReturnExampleToPool ( VowpalWabbitExample example ) : void
example VowpalWabbitExample
리턴 void

VowpalWabbitThreadSafeExamplePool() 공개 메소드

public VowpalWabbitThreadSafeExamplePool ( IVowpalWabbitExamplePool pool ) : System
pool IVowpalWabbitExamplePool
리턴 System