C# 클래스 FiftyOne.Foundation.Mobile.Detection.Entities.Stream.DataSet

A data set returned from the stream factory which includes a pool of data readers that are used to fetch data from the source when the data set is used to retrieve data not already in memory.
상속: Entities.DataSet, IStreamDataSet
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection 1 사용 예제들

Private Properties

프로퍼티 타입 설명
DataSet System
DataSet System

공개 메소드들

메소드 설명
ResetCache ( ) : void

Resets the cache for the data set.

보호된 메소드들

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

Disposes of the data set closing all readers and streams in the pool. If a temporary data file is used then the file is also deleted if it's not being used by other processes.

비공개 메소드들

메소드 설명
DataSet ( byte data, Modes mode ) : System

Creates a new stream data set connected to the byte array data source provided.

DataSet ( string fileName, System.DateTime lastModified, Modes mode, bool isTempFile ) : System

Creates a new stream DataSet connected to the data file provided.

메소드 상세

Dispose() 보호된 메소드

Disposes of the data set closing all readers and streams in the pool. If a temporary data file is used then the file is also deleted if it's not being used by other processes.
protected Dispose ( bool disposing ) : void
disposing bool /// True if the calling method is Dispose, false for the finaliser. ///
리턴 void

ResetCache() 공개 메소드

Resets the cache for the data set.
public ResetCache ( ) : void
리턴 void