ArcGIS Runtime SDK for WPF - Library Reference
DeleteAsync Method
See Also 
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortalComment Class : DeleteAsync Method

callback
The callback.
Deletes the comment asynchronously. Available only to the authenticated user who originally created the comment.

Syntax

Visual Basic (Declaration) 
Public Sub DeleteAsync( _
   ByVal callback As Action(Of Exception) _
) 
C# 
public void DeleteAsync( 
   Action<Exception> callback
)

Parameters

callback
The callback.

Exceptions

ExceptionDescription
System.ArgumentNullExceptionThe exception that is thrown when a null reference (Nothing in Visual Basic) is passed to a method that does not accept it as a valid argument.

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.