• Facebook
  • Twitter
  • Youtube
  • LinedIn
  • RSS
  • Docs
  • Comparisons
  • Blogs
  • Download
  • Contact Us
Download
Show / Hide Table of Contents

Class CustomDependency

CustomDependency represents the information to be passed to IExtensibleDependencyProvider to create the instance of the ExtensibleDependency.

Inheritance
System.Object
CacheDependency
CustomDependency
Inherited Members
CacheDependency.sizeInBytes
CacheDependency.DEPENDENCY_TYPE_OVERHEAD
CacheDependency.DEPENDENCY_COUNT_OVERHEAD
CacheDependency.AddDependencies(CacheDependency[])
CacheDependency.Dependencies
CacheDependency.Dispose()
CacheDependency.DependencyDispose()
Assembly: Alachisoft.NCache.Runtime.dll
Syntax
[Serializable]
public class CustomDependency : CacheDependency, IDisposable, IBinaryProtocolSerializable

Constructors

CustomDependency(String)

Creates an instance of CustomDependency.

Declaration
public CustomDependency(string providerName)
Parameters
Type Name Description
System.String providerName

Name of the the Extensible Dependency Provider.

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.

Declaration
public CustomDependency(string providerName, IDictionary<string, string> parameters)
Parameters
Type Name Description
System.String providerName

Name of the Extensible Dependency Provider.

System.Collections.Generic.IDictionary<System.String, System.String> parameters

Collection of parameters in key/value pair to be passed to Extensible Dependency Provider.

Properties

Parameters

Gets the parameter dictionary to be passed to Extensible Dependency Provider.

Declaration
public IDictionary<string, string> Parameters { get; }
Property Value
Type Description
System.Collections.Generic.IDictionary<System.String, System.String>

Parameters dictionary passed to create dependency along with provider name.

ProviderName

Gets the name of the Extensible Dependency Provider.

Declaration
public string ProviderName { get; }
Property Value
Type Description
System.String

Dictionary of parameters passed to create dependency along with provider name.

Contact Us

PHONE

+1 (214) 764-6933   (US)

+44 20 7993 8327   (UK)

 
EMAIL

sales@alachisoft.com

support@alachisoft.com

NCache
  • NCache Enterprise
  • NCache Community
  • Edition Comparison
  • NCache Architecture
  • Benchmarks
Download
Pricing
Try Playground

Deployments
  • Cloud (SaaS & Software)
  • On-Premises
  • Kubernetes
  • Docker
Technical Use Cases
  • ASP.NET Sessions
  • ASP.NET Core Sessions
  • Pub/Sub Messaging
  • Real-Time ASP.NET SignalR
  • Internet of Things (IoT)
  • NoSQL Database
  • Stream Processing
  • Microservices
Resources
  • Magazine Articles
  • Third-Party Articles
  • Articles
  • Videos
  • Whitepapers
  • Shows
  • Talks
  • Blogs
  • Docs
Customer Case Studies
  • Testimonials
  • Customers
Support
  • Schedule a Demo
  • Forum (Google Groups)
  • Tips
Company
  • Leadership
  • Partners
  • News
  • Events
  • Careers
Contact Us

  • EnglishChinese (Simplified)FrenchGermanItalianJapaneseKoreanPortugueseSpanish

  • Contact Us
  •  
  • Sitemap
  •  
  • Terms of Use
  •  
  • Privacy Policy
© Copyright Alachisoft 2002 - . All rights reserved. NCache is a registered trademark of Diyatech Corp.
Back to top