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)

Syntax

public static bool IsEmpty(
    DataCacheItemVersion version
)
public:
static bool IsEmpty(
    DataCacheItemVersion^ version
)
static member IsEmpty : 
        version:DataCacheItemVersion -> bool
Public Shared Function IsEmpty (
    version As DataCacheItemVersion
) As Boolean

Parameters

Return Value

Type: System.Boolean

Returns Boolean.

See Also

DataCacheItemVersion Class
Microsoft.ApplicationServer.Caching Namespace

Return to top