Concept Framework 1.0 documentation Contents | Index

CApplication.EndNonCritical

Name Type Access Version Deprecated
EndNonCritical function static version 1.0 no

Prototype:
static void EndNonCritical();


Description:
This function is used to minimize the network traffic. For example, in a constructor for a GUI class, several properties are set. [BeginNonCritical] 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: Thu Oct 15 20:02:00 2009 GMT(c)2009 RadGs Software