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

commentId
The comment id.
Initializes the comment object from the specified comment id.

Syntax

Visual Basic (Declaration) 
Public Function InitializeTaskAsync( _
   Optional ByVal commentId As String _
) As Task(Of ArcGISPortalComment)
C# 
public Task<ArcGISPortalComment> InitializeTaskAsync( 
   string commentId
)

Parameters

commentId
The comment id.

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.