Miner.Geodatabase.GeodatabaseManager Namespace > ServiceManagerExpansion Class : RunReconcileActions Method |
'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 )
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