Initializes a new instance of the EventConfiguration class.
Namespace: NHibernate.Cfg.ConfigurationSchemaAssembly: NHibernate (in NHibernate.dll) Version: 3.2.0.4000 (3.2.0.4000)
Syntax
C# |
---|
public EventConfiguration( ListenerConfiguration listener, ListenerType type ) |
Visual Basic |
---|
Public Sub New ( _ listener As ListenerConfiguration, _ type As ListenerType _ ) |
Visual C++ |
---|
public: EventConfiguration( ListenerConfiguration^ listener, ListenerType type ) |
Parameters
- listener
- Type: NHibernate.Cfg.ConfigurationSchema..::..ListenerConfiguration
The listener.
- type
- Type: NHibernate.Event..::..ListenerType
The type.