ArcFM Desktop Developer Guide
CheckMode Method (SpecialSynchAU)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

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 Boolean
'Usage
 
Dim instance As SpecialSynchAU
Dim mode As mmAutoUpdaterMode
Dim value As Boolean
 
value = instance.CheckMode(mode)
protected virtual bool CheckMode( 
   mmAutoUpdaterMode mode
)

Parameters

mode
The current mode of the autoupdater

Return Value

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

SpecialSynchAU Class
SpecialSynchAU Members

 

 


Send Comment