iBATIS.NET Class Library DataMapper V1.6.1, DataAccess V1.9.1

DomDaoManagerBuilder.ConfigureAndWatch Method (String, ConfigureHandler)

Configure and monitor the configuration file for modifications and automatically reconfigure

[Visual Basic]
Overloads Public Sub ConfigureAndWatch( _
   ByVal String As String, _
   ByVal ConfigureHandler As ConfigureHandler _
)
[C#]
public void ConfigureAndWatch(
   String resource,
   ConfigureHandler configureDelegate
);

Parameters

resource
A relative ressource path from your Application root or an absolue file path file://c:\dir\a.config
configureDelegate
Delegate called when the file has changed, to rebuild the dal.

See Also

DomDaoManagerBuilder Class | IBatisNet.DataAccess.Configuration Namespace | DomDaoManagerBuilder.ConfigureAndWatch Overload List