ParseAggregateAsync Method
Parses the aggregate returned from another component's GetDetailAggregate method.
Syntax
[VB.NET] Public Function ParseAggregateAsync(ByVal Aggregate As String) As IAsyncAction
[C#] public IAsyncAction ParseAggregateAsync(string aggregate);