  | ICustodianManagerRefreshNeeded 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: 
   EdaIntegrationContract.Import
    Assembly:
   EdaIntegration.Contract (in EdaIntegration.Contract.dll) Version: 1.0
Syntaxbool 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