ArcGIS Runtime SDK for Windows Phone - Library Reference
DeleteAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > UploadTask Class : DeleteAsync Method

itemID
The item ID.
userToken
The user token.
Deletes the uploaded item from server.

Syntax

Visual Basic (Declaration) 
Public Sub DeleteAsync( _
   ByVal itemID As String, _
   Optional ByVal userToken As Object _
) 
C# 
public void DeleteAsync( 
   string itemID,
   object userToken
)

Parameters

itemID
The item ID.
userToken
The user token.

Requirements

Target Platforms:Windows Phone 7

See Also

© ESRI, Inc. All Rights Reserved.