ArcFM Responder Mobile Developer Guide
RunReconcileActions Method






version process info object for the version being processed
version being processed
nodeId of version being processed
nodeType of version being processed
name of version with which current version will be reconciled
This method is responsible for creating action data and running all actions associated with the reconcile process.
Syntax
'Declaration
 
Public MustOverride Function RunReconcileActions( _
   ByVal versionProcInfo As VersionProcessInformation, _
   ByVal version As ESRI.ArcGIS.Geodatabase.IVersion, _
   ByVal nodeId As System.Integer, _
   ByVal nodeType As System.Integer, _
   ByVal targetVersionName As System.String _
) As System.Boolean
'Usage
 
Dim instance As ServiceManagerExpansion
Dim versionProcInfo As VersionProcessInformation
Dim version As ESRI.ArcGIS.Geodatabase.IVersion
Dim nodeId As System.Integer
Dim nodeType As System.Integer
Dim targetVersionName As System.String
Dim value As System.Boolean
 
value = instance.RunReconcileActions(versionProcInfo, version, nodeId, nodeType, targetVersionName)
public abstract System.bool RunReconcileActions( 
   VersionProcessInformation versionProcInfo,
   ESRI.ArcGIS.Geodatabase.IVersion version,
   System.int nodeId,
   System.int nodeType,
   System.string targetVersionName
)
public function RunReconcileActions( 
    versionProcInfo: VersionProcessInformation;
    version: ESRI.ArcGIS.Geodatabase.IVersion;
    nodeId: System.Integer;
    nodeType: System.Integer;
    targetVersionName: System.String
): System.Boolean; abstract; 
public __abstract function RunReconcileActions( 
   versionProcInfo : VersionProcessInformation,
   version : ESRI.ArcGIS.Geodatabase.IVersion,
   nodeId : System.int,
   nodeType : System.int,
   targetVersionName : System.String
) : System.boolean;
public: abstract System.bool RunReconcileActions( 
   VersionProcessInformation* versionProcInfo,
   ESRI.ArcGIS.Geodatabase.IVersion* version,
   System.int nodeId,
   System.int nodeType,
   System.string* targetVersionName
) 
public:
abstract System.bool RunReconcileActions( 
   VersionProcessInformation^ versionProcInfo,
   ESRI.ArcGIS.Geodatabase.IVersion^ version,
   System.int nodeId,
   System.int nodeType,
   System.String^ targetVersionName
) 

Parameters

versionProcInfo
version process info object for the version being processed
version
version being processed
nodeId
nodeId of version being processed
nodeType
nodeType of version being processed
targetVersionName
name of version with which current version will be reconciled

Return Value

true if successful
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

ServiceManagerExpansion Class
ServiceManagerExpansion Members

Send Feedback