ExpiringListTSnapshotAndRefresh Method |
Returns a clone of every item in the list. Refreshes the timestamps on every item.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public T[] SnapshotAndRefresh()
Public Function SnapshotAndRefresh As T()
public:
array<T>^ SnapshotAndRefresh()
member SnapshotAndRefresh : unit -> 'T[]
Return Value
Type:
TSee Also