void Refresh(
Uri uri,
Func<DateTime, IEnumerable<KeyValuePair<TKey, DateTime>>> getUpdated
)
Sub Refresh (
uri As Uri,
getUpdated As Func(Of DateTime, IEnumerable(Of KeyValuePair(Of TKey, DateTime)))
)
void Refresh(
Uri^ uri,
Func<DateTime, IEnumerable<KeyValuePair<TKey, DateTime>>^>^ getUpdated
)
abstract Refresh :
uri : Uri *
getUpdated : Func<DateTime, IEnumerable<KeyValuePair<'TKey, DateTime>>> -> unit
[Missing <param name="uri"/> documentation for "M:Scanjour.Workflow4.Base.Cache.IObjectCache`2.Refresh(System.Uri,System.Func{System.DateTime,System.Collections.Generic.IEnumerable{System.Collections.Generic.KeyValuePair{`0,System.DateTime}}})"]