Class CustomDependency
CustomDependency represents the information to be passed to IExtensibleDependencyProvider
Inherited Members
Namespace:
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public class CustomDependency : CacheDependency
Constructors
Name | Description |
---|---|
CustomDependency(String) | Creates an instance of CustomDependency. |
CustomDependency(String, IDictionary<String, String>) | Constructor overlaod of CustomDepdency 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 the extensible dependency provider |