[This is preliminary documentation and is subject to change.]
The ICRUDSubscriptionStore type exposes the following members.Methods
| Name | Description | |
|---|---|---|
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from | ||
| OpenMailbox |
Returns existing mailbox by name (case-insensitive) or creates a new named mailbox
| |
| Subscribe |
Subscribes the local recipient to the remote data store by executing a Query.
The subscription ends by calling a .Dispose()
| |
| TestConnection |
Tests connection and throws an exception if connection could not be established
(Inherited from IDataStore.) |
Properties
| Name | Description | |
|---|---|---|
| ComponentCommonName |
Returns the common name used to identify the component, for example "Glue" for various IGlue implementations.
This name is searched-by some management tools that allow to find component by this name that does not change between
application restarts like ComponentSID does. Subordinate (non-root) components return null
(Inherited from IApplicationComponent.) | |
| ComponentDirector |
Returns a reference to an object that this app component services/operates under, or null
(Inherited from IApplicationComponent.) | |
| ComponentSID |
Returns process/instance unique app component system id
(Inherited from IApplicationComponent.) | |
| Mailboxes |
Returns registry of all mailboxes
| |
| Subscriptions |
Returns registry of all active subscriptions
| |
| TargetName |
Returns the name of the underlying store technology, i.e. "ORACLE".
This property is used by some metadata-based validation logic which is target-dependent
(Inherited from IDataStore.) |
See Also