Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetReader ( ) : |
Returns a reader to the temp file for exclusive use. Release method must be called to return the reader to the pool when finished.
|
|
Pool ( SourceBase source ) : System |
Constructs a new pool of readers for SourceBase provided.
|
|
Release ( |
Returns the reader to the pool to be used by another process later.
|
public GetReader ( ) : |
||
return |
public Pool ( SourceBase source ) : System | ||
source | SourceBase | /// The data source for the list. /// |
return | System |
public Release ( |
||
reader | /// Reader open and ready to read from the temp file. /// | |
return | void |