ICRUDSubscriptionStore InterfaceNFX Class Library

[This is preliminary documentation and is subject to change.]

Describes a CRUD store that can send ROW data via an established subscriptions into local recipients. Subscriptions are really stateless, they do not capture the data, however the Recipients do. Recipients can either support pull (caller has to fetch data), or reactive (calling delegate) modes

Namespace: NFX.DataAccess.CRUD.Subscriptions
Assembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public interface ICRUDSubscriptionStore : IDataStore, 
	IApplicationComponent, IDisposable
See Also