[Missing <summary> documentation for "M:NHibernate.Cfg.Loquacious.IBatcherConfiguration.Through``1"]

Namespace: NHibernate.Cfg.Loquacious
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
IBatcherConfiguration Through<TBatcher>()
where TBatcher : IBatcherFactory
Visual Basic
Function Through(Of TBatcher As IBatcherFactory) As IBatcherConfiguration
Visual C++
generic<typename TBatcher>
where TBatcher : IBatcherFactory
IBatcherConfiguration^ Through()

Type Parameters

TBatcher

[Missing <typeparam name="TBatcher"/> documentation for "M:NHibernate.Cfg.Loquacious.IBatcherConfiguration.Through``1"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Cfg.Loquacious.IBatcherConfiguration.Through``1"]

See Also