Xceed DataGrid for Silverlight Documentation
EndGetGroupCount Method


Syntax
'Declaration
 
Protected Overridable Function EndGetGroupCount( _
   ByVal asyncResult As IAsyncResult _
) As IEnumerable(Of Long)
'Usage
 
Dim instance As SimpleAsyncIndexDataSourceProvider
Dim asyncResult As IAsyncResult
Dim value As IEnumerable(Of Long)
 
value = instance.EndGetGroupCount(asyncResult)
protected virtual IEnumerable<long> EndGetGroupCount( 
   IAsyncResult asyncResult
)

Parameters

asyncResult
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

SimpleAsyncIndexDataSourceProvider Class
SimpleAsyncIndexDataSourceProvider Members

Send Feedback