ArcFM Responder Mobile Developer Guide
Execute Method (IMMPxDatabaseUpgrader)






Syntax
'Declaration
 
Function Execute( _
   ByRef pCallback As IMMPxUpgraderCallback _
) As System.Boolean
'Usage
 
Dim instance As IMMPxDatabaseUpgrader
Dim pCallback As IMMPxUpgraderCallback
Dim value As System.Boolean
 
value = instance.Execute(pCallback)
System.bool Execute( 
   ref IMMPxUpgraderCallback pCallback
)
function Execute( 
   var  pCallback: IMMPxUpgraderCallback
): System.Boolean; 
function Execute( 
   pCallback : IMMPxUpgraderCallback
) : System.boolean;
System.bool Execute( 
   ref IMMPxUpgraderCallback* pCallback
) 
System.bool Execute( 
   IMMPxUpgraderCallback^% pCallback
) 

Parameters

pCallback
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

IMMPxDatabaseUpgrader Interface
IMMPxDatabaseUpgrader Members

Send Feedback