Visual Basic (Declaration) | |
---|---|
Public Overloads Function ExecuteRelationshipQueryTaskAsync( _ ByVal parameter As RelationshipParameter _ ) As Task(Of RelationshipResult) |
C# | |
---|---|
public Task<RelationshipResult> ExecuteRelationshipQueryTaskAsync( RelationshipParameter parameter ) |
Parameters
- parameter
- The parameters that define the relationship of the query.
Return Value
a Task object with RelationshipResult upon successful completion. Otherwise, the Task.Exception is set.Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8