Visual Basic (Declaration) | |
---|---|
Public Sub InitializeAsync( _ ByVal commentId As String, _ ByVal callback As Action(Of ArcGISPortalComment,Exception) _ ) |
C# | |
---|---|
public void InitializeAsync( string commentId, Action<ArcGISPortalComment,Exception> callback ) |
Parameters
- commentId
- The comment id.
- callback
- The callback executed when the result is available.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7