Method CreateDependency
CreateDependency(String, IDictionary<String, String>)
This method is called on server side to create the instance of ExntensbileDependencyExtensibleDependency. Provider can create instance of any class derived from either ExtensiblDependencyExtensibleDependency or NotifyExtensibleDependencyNotifyExtensibleDependency or BulkExtensibleDependency BulkExtensibleDependency
Declaration
ExtensibleDependency CreateDependency(string key, IDictionary<string, string> dependencyParameters)
Parameters
Type | Name | Description |
---|---|---|
System.String | key | Cache key |
IDictionary<System.String, System.String> | dependencyParameters | Collection of parameters in key/value pair passed by application to create the instance of extensible dependency |
Returns
Type | Description |
---|---|
ExtensibleDependency | Instance of ExtensibleDependencyExtensibleDependency |