Intersoft ClientUI Documentation
EndGetSingleAsync Method



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

Parameters

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