Version

DataSourceBatchCompletedCallback Delegate

Represents a callback for when a batch request has been completed.
Syntax
'Declaration
 
Public Delegate Sub DataSourceBatchCompletedCallback( _
   ByVal success As Boolean, _
   ByVal requiresRefresh As Boolean, _
   ByVal messages() As String _
) 
public delegate void DataSourceBatchCompletedCallback( 
   bool success,
   bool requiresRefresh,
   string[] messages
)

Parameters

success
Whether the request was successful or not.
requiresRefresh
Whether a refresh is required or not.
messages
Messages associated with batch completion.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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