ICustomProvider Interface
Represent an ICustomProvider interface. Applies only to the server versions of AppFabric.
Namespace: Microsoft.ApplicationServer.Caching
Assembly: Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)
The ICustomProvider type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AddUser | Adds a Windows account to the list of allowed users that have access to the configuration store.. |
![]() | BeginTransaction | Begins a transaction to provide isolation from other configuration store access. |
![]() | Cleanup | Enables the provider to clean up any data in the cache cluster configuration store. |
![]() | Delete(Object, String) | Deletes an existing entry from the configuration store. |
![]() | Delete(Object, String, String, Int64) | Deletes an existing entry from the configuration store. |
![]() | Dispose | (Inherited from IDisposable.) |
![]() | EndTransaction | Commits or rollbacks a transaction previously started with the BeginTransaction method. |
![]() | GetEntries | Enumerates all the entries of the specified type. |
![]() | GetEntry | Retrieves a ConfigStoreEntry object from the configuration store. |
![]() | GetStoreUtcTime | Obtains the current UTC time based on the clock for the configuration store. |
![]() | GetValue | Retrieves the value of a specific entry in the configuration store. |
![]() | Initialize | Enables the custom provider to initialize the cache cluster configuration store. |
![]() | Insert | Inserts an entry into the configuration store. |
![]() | IsInitialized | Gets the initialization status of the configuration store. |
![]() | Open | Initializes the configuration store with a connection string that is used for subsequent calls. |
![]() | RemoveUser | Removes a Windows account from the list of accounts that have permission t the access the configuration store. |
![]() | RetrieveStoreVersion | Retrieves the version of the configuration store. |
![]() | TestConnection | Determines whether the configuration store is available. |
![]() | Update | Updates an entry in the store. |
