Class CustomDependency
CustomDependency represents the information to be passed to IExtensibleDependencyProvider
Inherited Members
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class CustomDependency : CacheDependency, IDisposable
Constructors
Name | Description |
---|---|
CustomDependency(String) | Creates an instance of CustomDependency. |
CustomDependency(String, IDictionary<String, String>) | Constructor overload of CustomDependency class that takes provider name and dictionary of key/value pairs to create an instance of the CustomDependency. |
Properties
Name | Description |
---|---|
Parameters | Gets the parameter dictionary to be passed to Extensible Dependency Provider. |
ProviderName | Gets the name of the Extensible Dependency Provider. |