DataReaderLoadOperation.GetResults 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.
Returns the result of the data load operation.
public:
virtual unsigned int GetResults() = IAsyncOperation<unsigned int>::GetResults;
uint32_t GetResults();
public uint GetResults();
function getResults()
Public Function GetResults () As UInteger
Returns
The number of bytes read by the DataReader.