Interface ICustomDependencyProvider
This interface provides implementation for the instance of ExtensibleDependency on the server-side.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Obsolete("This API is deprecated and will be removed in a future release. This feature is being retired and will not be continued in future versions.", false)]
public interface ICustomDependencyProvider
Methods
| Name | Description |
|---|---|
| CreateDependency(String, IDictionary<String, String>) | This method is called on the server-side to create the instance of the ExtensibleDependency. Provider can create instance of any class derived from either ExtensibleDependency, NotifyExtensibleDependency or BulkExtensibleDependency. |
| Dispose() | Perform tasks associated with freeing, releasing, or resetting resources. |
| Init(IDictionary<String, String>, String) | Initializes the ICustomDependencyProvider instance with parameters provided at the time of cache configuration. |