Intersoft ClientUI Documentation
BeginGetDataAsync Method



The unique identifier of the data list provider.
Start retrieves the data using asynchronous operation.
Syntax
Public MustOverride Sub BeginGetDataAsync( _
   ByVal token As Guid _
) 
Dim instance As EditorDataProvider
Dim token As Guid
 
instance.BeginGetDataAsync(token)
public abstract void BeginGetDataAsync( 
   Guid token
)
public:
abstract void BeginGetDataAsync( 
   Guid token
) 

Parameters

token
The unique identifier of the data list provider.
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