Responder Developer Guide
Init Method (RapidDataExecutorBase)


Syntax
'Declaration
 
Protected Sub Init( _
   ByVal device As FeatureID, _
   ByVal source As DataSource, _
   ByVal session As DataSession, _
   ByVal operatedby As String _
) 
'Usage
 
Dim instance As RapidDataExecutorBase
Dim device As FeatureID
Dim source As DataSource
Dim session As DataSession
Dim operatedby As String
 
instance.Init(device, source, session, operatedby)
protected void Init( 
   FeatureID device,
   DataSource source,
   DataSession session,
   string operatedby
)

Parameters

device
source
session
operatedby
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

RapidDataExecutorBase Class
RapidDataExecutorBase Members

 

 


Send Comment