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

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

Syntax

Visual Basic (Declaration) 
Public Sub UpdateAsync( _
   ByVal comment As String, _
   ByVal callback As Action(Of Exception) _
) 
C# 
public void UpdateAsync( 
   string comment,
   Action<Exception> callback
)

Parameters

comment
The new comment.
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.