Visual Basic (Declaration) | |
---|---|
Public Overloads Sub QueryAttachmentInfos( _ ByVal featureID As String, _ ByVal callback As Action(Of IEnumerable(Of AttachmentInfo)), _ ByVal errorCallback As Action(Of Exception) _ ) |
C# | |
---|---|
public void QueryAttachmentInfos( string featureID, Action<IEnumerable<AttachmentInfo>> callback, Action<Exception> errorCallback ) |
Parameters
- featureID
- The feature ID to query for.
- callback
- The method to call on completion.
- errorCallback
- The method to call in the event of an error.
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family