ArcFM Responder Mobile Developer Guide
CheckMode Method (SpecialSynchAU)






The current mode of the autoupdater
Checks to see if the current autoupdater mode is correct for this update
Syntax
'Declaration
 
Protected Overridable Function CheckMode( _
   ByVal mode As mmAutoUpdaterMode _
) As System.Boolean
'Usage
 
Dim instance As SpecialSynchAU
Dim mode As mmAutoUpdaterMode
Dim value As System.Boolean
 
value = instance.CheckMode(mode)
protected virtual System.bool CheckMode( 
   mmAutoUpdaterMode mode
)
protected function CheckMode( 
    mode: mmAutoUpdaterMode
): System.Boolean; virtual; 
protected function CheckMode( 
   mode : mmAutoUpdaterMode
) : System.boolean;
protected: virtual System.bool CheckMode( 
   mmAutoUpdaterMode mode
) 
protected:
virtual System.bool CheckMode( 
   mmAutoUpdaterMode mode
) 

Parameters

mode
The current mode of the autoupdater

Return Value

True if the updater should execute
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

SpecialSynchAU Class
SpecialSynchAU Members

Send Feedback