C-DEngine 5.105

TheThing..::..UnregisterUpdateHistory Method

Removes the history filter for the historyToken. Call this to free up system resources. Subsequent calls to any APIs with this token will fail.

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

Syntax


public void UnregisterUpdateHistory(
	Guid historyToken
)
Public Sub UnregisterUpdateHistory ( _
	historyToken As Guid _
)
public:
void UnregisterUpdateHistory(
	Guid^ historyToken
)

Parameters

historyToken
Type: Guid
The token returned by RegisterForUpdateHistory.