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

ConfigWatcherHandler Constructor 

-

[Visual Basic]
Public Sub New( _
   ByVal TimerCallback As TimerCallback, _
   ByVal StateConfig As StateConfig _
)
[C#]
public ConfigWatcherHandler(
   TimerCallback onWhatchedFileChange,
   StateConfig state
);

Parameters

onWhatchedFileChange
state
Represent the call context of the SqlMap or DaoManager ConfigureAndWatch method call.

See Also

ConfigWatcherHandler Class | IBatisNet.Common.Utilities Namespace