DataCacheLocalCacheProperties Constructor ()

 

Creates a new instance of the DataCacheLocalCacheProperties class.

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

Syntax

public DataCacheLocalCacheProperties()
public:
DataCacheLocalCacheProperties()
new : unit -> DataCacheLocalCacheProperties
Public Sub New

Remarks

Because the properties of this class are read-only, this default constructor is of limited usefulness. Instead use the overload constructor DataCacheLocalCacheProperties.

See Also

DataCacheLocalCacheProperties Overload
DataCacheLocalCacheProperties Class
Microsoft.ApplicationServer.Caching Namespace

Return to top