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

Interface ICustomDependencyProvider

This interface should be implemented to create the instance of ExtensibleDependencyExtensibleDependency on server side.

Assembly: Alachisoft.NCache.Runtime.dll
Syntax
public interface ICustomDependencyProvider

Methods

Name Description
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

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

Back to top Copyright © 2017 Alachisoft