Without Interfaces we can use Scale Out Methods and Properties or not in WPF Project?

#1
Hi Sir,
My Question: Is it Interfaces are mandatory for the Scale Out State Server? and also while using one method as setBackingStoreAdapter(IBackingStore,BackingStorePlociy). In this method IBackingStore refers an Interface.Is there any way to use this method without interface.
Thanks
Naveen
 

admin

Administrator
#1
You will need to implement the IBackingStore interface in order for the named cache to interact with a database. Please read through the topics related to the backing store in the .NET Named Cache API online help for more information.
 
Top