[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.SubscriptionsAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax
Parameters
- name
- Type:
System String
The store-wide-unique subscription name
- query
- Type: NFX.DataAccess.CRUD Query
The query that informs the remote store what data to send back
- recipient
- Type: NFX.DataAccess.CRUD.Subscriptions Mailbox
The local Recipient which will receive remote data
- correlate (Optional)
- Type:
System Object
Adhock correlation object
Return Value
Type: SubscriptionThe subscription. It may be ended by calling .Dispose()
See Also