Interface ICustomDependencyProvider
This interface provides implementation for the instance of Extensible
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 Extensible |
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. |