C-DEngine 5.105

TheThing..::..ClearUpdateHistory Method

Frees up any history items that have already been returned at least once by a call to GetThingHistory. Call this when complete history is required and the history items have been successfully processed.

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

Syntax


public bool ClearUpdateHistory(
	Guid historyToken
)
Public Function ClearUpdateHistory ( _
	historyToken As Guid _
) As Boolean
public:
bool^ ClearUpdateHistory(
	Guid^ historyToken
)

Parameters

historyToken
Type: Guid
The token returned by RegisterForUpdateHistory.

Return Value