DataCacheItemVersion::IsEmpty Method (DataCacheItemVersion^)

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Indicates whether the DataCacheItemVersion object points to a null version. This is intended for internal use only.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

public:
static bool IsEmpty(
	DataCacheItemVersion^ version
)

Parameters

version
Type: Microsoft.ApplicationServer.Caching::DataCacheItemVersion^

The DataCacheItemVersion object to examine.

Return Value

Type: System::Boolean

Returns Boolean.

Return to top
Show: