DataReaderLoadOperation.GetResults Method

Definition

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

UInt32

unsigned int

uint32_t

The number of bytes read by the DataReader.

Implements

Applies to