SessionStateProviderBaseContentReaderWriter.Read(Int64) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reads the content from the item.
public:
virtual System::Collections::IList ^ Read(long readCount);
public System.Collections.IList Read (long readCount);
abstract member Read : int64 -> System.Collections.IList
override this.Read : int64 -> System.Collections.IList
Public Function Read (readCount As Long) As IList
Parameters
- readCount
- Int64
The number of "blocks" of data to be read from the item.
Returns
An array of the blocks of data read from the item.
Implements
Remarks
A "block" of content is provider specific. For the file system a "block" may be considered a byte, a character, or delimited string.