ESRI.ArcGIS.Mobile
CancelAsyncRequest Method
See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace > MobileService Class : CancelAsyncRequest Method

request
Cancels the request.

Syntax

Visual Basic (Declaration) 
Public Shared Sub CancelAsyncRequest( _
   ByVal request As Request _
) 
C# 
public static void CancelAsyncRequest( 
   Request request
)

Parameters

request

Remarks

There are cases during data retrieving or updating processes when you might want to cancel requests if they are taking too long to complete or hangs your system.

To batch cancel requests, use CancelAsyncRequests.

To get a list of pending requests, use GetPendingRequests method.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also