DataWriterStoreOperation.GetResults Method

Definition

Returns the result of the data store 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 returned by the StoreAsync method of the DataWriter.

Implements

Applies to