IStorageService Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Storage service can be used by CRM activities to store large lists and then retrieve specific indexes at a later time
public interface class IStorageService
public interface IStorageService
type IStorageService = interface
Public Interface IStorageService
Methods
RetrieveData(Guid) |
For internal use only. |
SaveData(Guid, Object) |
For internal use only. |