[Missing <summary> documentation for "M:NHibernate.Impl.FutureBatch`2.CreateMultiApproach(System.Boolean,System.String)"]

Namespace: NHibernate.Impl
Assembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)

Syntax

C#
protected abstract TMultiApproach CreateMultiApproach(
	bool isCacheable,
	string cacheRegion
)
Visual Basic
Protected MustOverride Function CreateMultiApproach ( _
	isCacheable As Boolean, _
	cacheRegion As String _
) As TMultiApproach
Visual C++
protected:
virtual TMultiApproach CreateMultiApproach(
	bool isCacheable, 
	String^ cacheRegion
) abstract

Parameters

isCacheable
Type: System..::..Boolean

[Missing <param name="isCacheable"/> documentation for "M:NHibernate.Impl.FutureBatch`2.CreateMultiApproach(System.Boolean,System.String)"]

cacheRegion
Type: System..::..String

[Missing <param name="cacheRegion"/> documentation for "M:NHibernate.Impl.FutureBatch`2.CreateMultiApproach(System.Boolean,System.String)"]

Return Value

[Missing <returns> documentation for "M:NHibernate.Impl.FutureBatch`2.CreateMultiApproach(System.Boolean,System.String)"]

See Also