SyndicationClient.Timeout | timeout property

This topic has not yet been rated - Rate this topic

Gets or sets the maximum amount of time, in milliseconds, to wait for any of the asynchronous operations to complete. If the operation is not complete within this amount of time, it will fail with a status code indicating that it timed out.

Syntax


var timeout = syndicationClient.timeout;
syndicationClient.timeout = timeout;

Property value

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

Default value is 30000 (30 seconds). A value of UInt32.MaxValue indicates that the syndication client will wait indefinitely for a response.

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

 

 

Build date: 12/4/2012

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