Intersoft ClientUI Documentation
BeginSingleAsync Method



The unique identifier of the data provider.
Information about data which will be retrieved.
Start retrieves the data using asynchronous operation.
Syntax
Public MustOverride Sub BeginSingleAsync( _
   ByVal token As Guid, _
   ByVal value As Object _
) 
Dim instance As EditorDataProvider
Dim token As Guid
Dim value As Object
 
instance.BeginSingleAsync(token, value)
public abstract void BeginSingleAsync( 
   Guid token,
   object value
)
public:
abstract void BeginSingleAsync( 
   Guid token,
   Object^ value
) 

Parameters

token
The unique identifier of the data provider.
value
Information about data which will be retrieved.
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