C-DEngine 5.105

TheThing..::..GetHistoryStore<(Of <(<'T>)>)> Method (Guid)

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

Syntax


public TheStorageMirror<T> GetHistoryStore<T>(
	Guid historyToken
)
where T : TheDataBase, INotifyPropertyChanged
Public Function GetHistoryStore(Of T As {TheDataBase, INotifyPropertyChanged}) ( _
	historyToken As Guid _
) As TheStorageMirror(Of T)
public:
generic<typename T>
where T : TheDataBase, INotifyPropertyChanged
TheStorageMirror<T>^ GetHistoryStore(
	Guid^ historyToken
)

Type Parameters

T

Parameters

historyToken
Type: Guid