{CompanyName} FlexyGo

EntityObject..::..Update Method

Runs the update process.

Namespace:  FLEXYGO.Objects
Assembly:  flxEntity (in flxEntity.dll)

Syntax


public virtual bool Update(
	bool ReloadConfig
)
Public Overridable Function Update ( _
	ReloadConfig As Boolean _
) As Boolean

Parameters

ReloadConfig
Type: Boolean
Set if system object configuration must be reloaded (Only for system objects)

Return Value

true if updated, false otherwise.