4 references to Resume
System.Data.Entity (4)
System\Data\Common\QueryCache\QueryCacheManager.cs (4)
323this._evictionTimer.Resume(); 386/// It will no longer generate periodic callbacks and further calls to <see cref="Suspend"/>, <see cref="Resume"/>, or <see cref="Stop"/>, 395/// Once stopped, an eviction timer cannot be restarted with the <see cref="Resume"/> method. 420/// and no further periodic callbacks will be generated until the <see cref="Resume"/> method is called.