C# Class Twingly.Gearman.Configuration.ClustersConfigurationElementCollection

Inheritance: System.Configuration.ConfigurationElementCollection
Mostrar archivo Open project: twingly/GearmanSharp

Public Methods

Method Description
this ( int index ) : ClusterConfigurationElement
this ( string name ) : ClusterConfigurationElement

Protected Methods

Method Description
CreateNewElement ( ) : ConfigurationElement
GetElementKey ( ConfigurationElement element ) : object

Method Details

CreateNewElement() protected method

protected CreateNewElement ( ) : ConfigurationElement
return System.Configuration.ConfigurationElement

GetElementKey() protected method

protected GetElementKey ( ConfigurationElement element ) : object
element System.Configuration.ConfigurationElement
return object

this() public method

public this ( int index ) : ClusterConfigurationElement
index int
return ClusterConfigurationElement

this() public method

public this ( string name ) : ClusterConfigurationElement
name string
return ClusterConfigurationElement