Interface ICustomDependencyProvider
This interface provides implementation for the instance of ExtensibleDependency on the server-side.
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
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. |