C-DEngine 5.105

TheThing..::..RestartUpdateHistory Method (Guid)

Restarts history retrieval from the point when ClearUpdateHistory was last called. Call this when complete history is required, and a failure during processing requires a retry. For durable history tokens, call this after a restart.

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

Syntax


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

Parameters

historyToken
Type: Guid
The token returned by RegisterForUpdateHistory.

Return Value

true if the history token was valid and has been restarted. false if the token was invalid.