Click or drag to resize

ResultDataDoStoreDelegate Delegate

Namespace:  DHI.Mike1D.ResultDataAccess
Assembly:  DHI.Mike1D.ResultDataAccess (in DHI.Mike1D.ResultDataAccess.dll) Version: 18.0.0.0 (11.1.1.1111)
Syntax
C#
public delegate bool DoStoreDelegate(
	DateTime time,
	out DateTime updateTime,
	out int updateIndex,
	out bool doFlush
)

Parameters

time
Type: SystemDateTime
updateTime
Type: SystemDateTime
updateIndex
Type: SystemInt32
doFlush
Type: SystemBoolean

Return Value

Type: Boolean
See Also