| CustodianManagerRefreshNeeded Method |
Checks the supplied timestamp against the one in the timestamps table for this repository
returns true if the db timestamp is newer than the supplied timestamp and
updates the supplied timestamp to the current db value
Namespace:
Law.EdaIntegration.Import
Assembly:
Law.EdaIntegration (in Law.EdaIntegration.dll) Version: 7.2
Syntax public bool RefreshNeeded(
ref DateTime previousTimestamp
)
Parameters
- previousTimestamp
- Type: SystemDateTime
A timestamp against which to compare the current last updated timestamp
Return Value
Type:
Booleantrue if the db timestamp is newer than the supplied timestamp
See Also