ICachedDataStoreServiceAsync Methods
Defines a WCF service contract to asynchronously access data stored in cached data stores (objects that implement the ICachedDataStore interface).
Name | Description |
---|---|
Do |
Defines a service operation that, when implemented by a class, executes a specified command with specific parameters and returns the operation result.
Inherited from IData |
Do |
Asynchronously executes a specified command with specific parameters and returns the operation result.
Inherited from IData |
Get |
Defines a service operation that, when implemented by a class, returns which operations are performed when a data store is accessed for the first time.
Inherited from IData |
Get |
Asynchronously gets the Auto |
Modify |
Defines a service operation that, when implemented by a class, updates data in a data store using specified modification statements and returns the operation result.
Inherited from IData |
Modify |
Uses specified modification statements to asynchronously update data in a data store.
Inherited from IData |
Modify |
Defines a service operation that, when implemented by a class, updates data in a cached data store using specified modification statements and returns the operation result.
Inherited from ICached |
Modify |
Uses specified modification statements to asynchronously update data in a cached data store. |
Notify |
Defines a service operation that, when implemented by a class, informs a cached data store‘s Root element (Data |
Notify |
Asynchronously informs a cached data store‘s Root element (Data |
Process |
Defines a service operation that, when implemented by a class, synchronizes table update information with a cached data store‘s Root element (Data |
Process |
Synchronizes table update information asynchronously with a cached data store‘s Root element (Data |
Select |
Defines a service operation that, when implemented by a class, fetches data from a data store using specified query statements and returns the operation result.
Inherited from IData |
Select |
Uses specified query statements to asynchronously fetch data from a data store.
Inherited from IData |
Select |
Defines a service operation that, when implemented by a class, fetches data from a cached data store using specified query statements and returns the operation result.
Inherited from ICached |
Select |
Uses specified query statements to asynchronously fetch data from a cached data store. |
Update |
Defines a service operation that, when implemented by a class, updates a data store’s schema according to specified settings and returns the operation result.
Inherited from IData |
Update |
Asynchronously updates a data store’s schema according to specified settings.
Inherited from IData |
Update |
Defines a service operation that, when implemented by a class, updates a cached data store‘s schema according to specified settings.
Inherited from ICached |
Update |
Asynchronously updates a cached data store‘s schema according to specified settings. |
See Also