This topic has not yet been rated - Rate this topic

DataCacheSerializationProperties Constructor

Creates a new DataCacheSerializationProperties object.

Namespace:  Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
'Declaration
Public Sub New ( _
	cacheObjectSerializerType As DataCacheObjectSerializerType, _
	customCacheObjectSerializer As IDataCacheObjectSerializer _
)
'Usage
Dim cacheObjectSerializerType As DataCacheObjectSerializerType
Dim customCacheObjectSerializer As IDataCacheObjectSerializer

Dim instance As New DataCacheSerializationProperties(cacheObjectSerializerType, _
	customCacheObjectSerializer)

Parameters

cacheObjectSerializerType
Type: Microsoft.ApplicationServer.Caching..::..DataCacheObjectSerializerType
The serializer type to use for cached objects.
customCacheObjectSerializer
Type: Microsoft.ApplicationServer.Caching..::..IDataCacheObjectSerializer
Specifies an object that implements the IDataCacheObjectSerializer interface for custom serialization.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.
facebook page visit twitter rss feed newsletter