Visual Basic (Declaration) | |
---|---|
Public Sub GetRelatedItemsAsync( _ ByVal relationshipType As RelationshipType, _ ByVal relationshipDirection As Nullable(Of RelationshipDirection), _ ByVal callback As Action(Of IEnumerable(Of ArcGISPortalItem),Exception) _ ) |
C# | |
---|---|
public void GetRelatedItemsAsync( RelationshipType relationshipType, Nullable<RelationshipDirection> relationshipDirection, Action<IEnumerable<ArcGISPortalItem>,Exception> callback ) |
Parameters
- relationshipType
- Type of the relationship.
- relationshipDirection
- The relationship direction (or null if you don't want to specify a direction so the service will try to infer it)
- 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