• Webinars
  • Docs
  • Download
  • Blogs
  • Contact Us
Try Free
Show / Hide Table of Contents

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

System.Collections.Generic.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

Back to top Copyright © 2017 Alachisoft