C-DEngine 5.105

TheThing..::..GetThingHistoryAsync Method

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

Syntax


public Task<TheHistoryResponse> GetThingHistoryAsync(
	Guid token,
	int maxCount,
	int minCount,
	TimeSpan timeout,
	Nullable<CancellationToken> cancelToken,
	bool bClearHistory
)
Public Function GetThingHistoryAsync ( _
	token As Guid, _
	maxCount As Integer, _
	minCount As Integer, _
	timeout As TimeSpan, _
	cancelToken As Nullable(Of CancellationToken), _
	bClearHistory As Boolean _
) As Task(Of TheHistoryResponse)
public:
Task<TheHistoryResponse^>^ GetThingHistoryAsync(
	Guid^ token, 
	int^ maxCount, 
	int^ minCount, 
	TimeSpan^ timeout, 
	Nullable<CancellationToken^> cancelToken, 
	bool^ bClearHistory
)

Parameters

token
Type: Guid
maxCount
Type: Int32
minCount
Type: Int32
timeout
Type: TimeSpan
cancelToken
Type: Nullable<(Of <(<'CancellationToken>)>)>
bClearHistory
Type: Boolean