C# Class Zetbox.DalProvider.Memory.FrozenMemoryContext

Inheritance: MemoryContext, IFrozenContext
Show file Open project: daszat/zetbox Class Usage Examples

Public Methods

Method Description
FrozenMemoryContext ( InterfaceType iftFactory, Func lazyCtx, MemoryImplementationType implTypeFactory, IEnumerable eventListeners ) : System

Private Methods

Method Description
Seal ( ) : void

Method Details

FrozenMemoryContext() public method

public FrozenMemoryContext ( InterfaceType iftFactory, Func lazyCtx, MemoryImplementationType implTypeFactory, IEnumerable eventListeners ) : System
iftFactory Zetbox.API.InterfaceType
lazyCtx Func
implTypeFactory MemoryImplementationType
eventListeners IEnumerable
return System