GigaSpaces XAP.NET Documentation
IManagedDataSource Interface
Class LibraryGigaSpaces.Core.PersistencyIManagedDataSource
IManagedDataSource is an interface for space external data source. This interface provider the basic data source functionality supported by the space. It should be implemented when initialization and shutdown operations are needed by the data base.
Declaration Syntax
C#Visual BasicVisual C++J#
public interface IManagedDataSource
Public Interface IManagedDataSource
public interface class IManagedDataSource
public interface IManagedDataSource
Members
All MembersMethods



IconMemberDescription
Init(Dictionary<(Of <(String, String>)>))
Initialize and configure the data source using given properties. Called when space is started.

InitialLoad()()()
Creates and returns an enumerator over all the entries that should be loaded into space.

Shutdown()()()
Close the data source and clean any used resources. Called before space shutdown.

Assembly: GigaSpaces.Core (Module: GigaSpaces.Core) Version: 10.0.0.0 (10.0.1.11800)