C-DEngine 5.105

TheThingRegistry..::..UpdateThing Method

Updates the given Thing in TheThingRegistry- if Fire Update is true, a ThingUpdated event on TheThingRegistry will be fired for TheRulesEngine. If set to "False" TheRulesEngine will not be notified. TheThingRegistry's StorageMirror will also NOT fire HasUpdates if FireUpdate is set to false. TheBaseEngine of TheThing will always get eEngineEvents.ThingUpdated if this function is called.

Namespace:  nsCDEngine.Engines.ThingService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static TheThing UpdateThing(
	ICDEThing pThing,
	bool FireUpdate
)
Public Shared Function UpdateThing ( _
	pThing As ICDEThing, _
	FireUpdate As Boolean _
) As TheThing
public:
static TheThing^ UpdateThing(
	ICDEThing^ pThing, 
	bool^ FireUpdate
)

Parameters

pThing
Type: nsCDEngine.Engines.ThingService..::..ICDEThing
FireUpdate
Type: Boolean

Return Value