FileStreamStorage<TKey>::SetTimestamp Method (TKey, TimestampKind, DateTime)

Visual Studio 2015
 

Sets the timestamp for an existing stream in the storage.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

public:
virtual void SetTimestamp(
	TKey key,
	TimestampKind kind,
	DateTime timestamp
) sealed

Parameters

key
Type: TKey

The key to the existing stream.

kind
Type: Microsoft.VisualStudio.Utilities::TimestampKind

The kind of timestamp to set.

timestamp
Type: System::DateTime

The timestamp to set on the stream

Return to top
Show: