Intersoft ClientUI Documentation
EndGetDataAsync Method



The unique identifier of the data list provider.
The retrieved data.
Call this method when the asynchronous get data operation is completed.
Syntax
Public Overridable Sub EndGetDataAsync( _
   ByVal token As Guid, _
   ByVal results As IEnumerable _
) 
Dim instance As EditorDataProvider
Dim token As Guid
Dim results As IEnumerable
 
instance.EndGetDataAsync(token, results)
public virtual void EndGetDataAsync( 
   Guid token,
   IEnumerable results
)
public:
virtual void EndGetDataAsync( 
   Guid token,
   IEnumerable^ results
) 

Parameters

token
The unique identifier of the data list provider.
results
The retrieved data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

EditorDataProvider Class
EditorDataProvider Members

Send Feedback