Responder Developer Guide
GetData Method


Syntax
'Declaration
 
Protected Function GetData( _
   ByVal callbacks As DataSet, _
   ByVal callback As Integer, _
   ByVal generate As Boolean, _
   ByRef records As Integer _
) As Dictionary(Of String,Object)
'Usage
 
Dim instance As MspCallbackProcessor
Dim callbacks As DataSet
Dim callback As Integer
Dim generate As Boolean
Dim records As Integer
Dim value As Dictionary(Of String,Object)
 
value = instance.GetData(callbacks, callback, generate, records)
protected Dictionary<string,object> GetData( 
   DataSet callbacks,
   int callback,
   bool generate,
   out int records
)

Parameters

callbacks
callback
generate
records
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

MspCallbackProcessor Class
MspCallbackProcessor Members

 

 


Send Comment