RetrievalProgress structure

This topic has not yet been rated - Rate this topic

Contains progress information for a data retrieval operation.

Syntax


var retrievalProgress = {
    bytesRetrieved : /* Your value */,
    totalBytesToRetrieve : /* Your value */
}

Attributes

VersionAttribute(NTDDI_WIN8)

Members

The RetrievalProgress structure has these fields.

FieldData typeDescription
BytesRetrieved | bytesRetrieved

Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]

The number of bytes that have been received in this data retrieval operation.

TotalBytesToRetrieve | totalBytesToRetrieve

Number [JavaScript] | System.UInt32 [.NET] | uint32 [C++]

The total number of bytes to be received during this data retrieval operation.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.Web.Syndication
Windows::Web::Syndication [C++]

Metadata

Windows.winmd

See also

SyndicationClient
AtomPubClient
Syndication sample

 

 

Build date: 12/4/2012

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.