Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property IsBusy As Boolean |
C# | |
---|---|
public bool IsBusy {get;} |
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
.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8