Skip to content

Applies to

netstandard2.0

public static IObservable<KeyValuePair<string, T>> GetObjects<T>(this IBlobCache blobCache, IEnumerable<string> keys)

View source

Summary: Gets a value pair filled with the specified keys with their corresponding values.

Type parameters

NameDescription
TThe type of item to get.

Parameters

NameTypeDescription
blobCache[IBlobCache](#The blob cache.
keysIEnumerableThe keys to get the values for.

Returns: IObservable> -- A observable with the specified values.