ArcGIS Runtime SDK for WPF - Library Reference
IsBusy Property
See Also 
ESRI.ArcGIS.Client Namespace > ArcGISWebClient Class : IsBusy Property

Gets a value that indicates whether a Web request is in progress.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property IsBusy As Boolean
C# 
public bool IsBusy {get;}

Remarks

Concurrent asynchronous calls are not supported using the ArcGISWebClient class. This means that it is not possible to have multiple ArcGISWebClient operations to return results from ArcGIS Server. Use the ArcGISWebClient.IsBusy Property to determine if an existing operation is running before issuing the ArcGISWebClient.DownloadStringAsync or ArcGISWebClient.OpenReadAsync Methods to avoid the Visual Studio runtime error: NotSupportedException was unhandled by user code. "Request does not support concurrent I/O operations."

Property Value

true to indicate a Web request is in progress; otherwise, false.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.