ICRUDSubscriptionStore Subscribe Method NFX Class Library

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

Subscribes the local recipient to the remote data store by executing a Query. The subscription ends by calling a .Dispose()

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

Subscription Subscribe(
	string name,
	Query query,
	Mailbox recipient,
	Object correlate = null
)

Return Value

Type: Subscription
The subscription. It may be ended by calling .Dispose()
See Also