IStorageService Interface

Definition

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.

Applies to