Concept Framework 2.0 documentation Contents | Index

CApplication.BeginNonCritical

Name Type Access Version Deprecated
BeginNonCritical function static version 1.0 no

Prototype:
static BeginNonCritical()


Description:
This function is used to minimize the network traffic. For example, in a constructor for a GUI class, several properties are set. This will group all the messages, and when [EndNonCritical] is called, all will be sent. Note that the messages can be sent before a call to [EndNonCritical], for example, when reading a client property value. This will cause the flush of all messages. Also, subsequent calls to [BeginNonCritical] with no call to [EndCritical] are considered "bad programming".

Returns:
null

Documented by Eduard Suica, generation time: Fri Jan 21 18:06:16 2011 GMT(c)2011 RadGs Software