Proyecto Fin de Carrera 2011
Allows you to register an interceptor on a new session. This may not be called if there is already an open session attached to the HttpContext. If you have an interceptor to be used, modify the HttpModule to call this before calling BeginTransaction().

Namespace: NHibernate_SGF
Assembly: NHibernate_SGF (in NHibernate_SGF.dll) Versión: 1.0.0.0 (1.0.0.0)

Syntax

C#
public void RegisterInterceptor(
	IInterceptor interceptor
)
Visual Basic
Public Sub RegisterInterceptor ( _
	interceptor As IInterceptor _
)
Visual C++
public:
void RegisterInterceptor(
	IInterceptor^ interceptor
)

Parameters

interceptor
Type: IInterceptor

[Missing <param name="interceptor"/> documentation for "M:NHibernate_SGF.SessionManager.RegisterInterceptor(NHibernate.IInterceptor)"]

See Also