[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.SubscriptionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public interface ICRUDSubscriptionStore : IDataStore,
IApplicationComponent, IDisposable
public interface ICRUDSubscriptionStore : IDataStore,
IApplicationComponent, IDisposable
Public Interface ICRUDSubscriptionStore
Inherits IDataStore, IApplicationComponent, IDisposable
Public Interface ICRUDSubscriptionStore
Inherits IDataStore, IApplicationComponent, IDisposable
public interface class ICRUDSubscriptionStore : IDataStore,
IApplicationComponent, IDisposable
public interface class ICRUDSubscriptionStore : IDataStore,
IApplicationComponent, IDisposable
type ICRUDSubscriptionStore =
interface
interface IDataStore
interface IApplicationComponent
interface IDisposable
end
type ICRUDSubscriptionStore =
interface
interface IDataStore
interface IApplicationComponent
interface IDisposable
end