C# Class RiakClient.Config.RiakNodeConfigurationCollection

Represents a configuration element containing a collection of RiakNodeConfigurations.
Inheritance: System.Configuration.ConfigurationElementCollection
Afficher le fichier Open project: basho/riak-dotnet-client

Méthodes publiques

Méthode Description
Add ( RiakNodeConfiguration nodeConfig ) : void

Méthodes protégées

Méthode Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

Add() public méthode

public Add ( RiakNodeConfiguration nodeConfig ) : void
nodeConfig RiakNodeConfiguration
Résultat void

CreateNewElement() protected méthode

protected CreateNewElement ( ) : ConfigurationElement
Résultat System.Configuration.ConfigurationElement

GetElementKey() protected méthode

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
Résultat object