Click or drag to resize

EntityExtensionsRefreshAsync(IEnumerableEntity, EntityQueryOptions, ICollectionString) Method

This is preliminary documentation and is subject to change.

Asynchronously fetch information for a sequence of entities.

Namespace: WikiClientLibrary.Wikibase
Assembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.8.0+bba8b7a48c3412988f4331f41f4164c670d73663
Syntax
public static Task RefreshAsync(
	this IEnumerable<Entity> entities,
	EntityQueryOptions options,
	ICollection<string> languages
)

Parameters

entities  IEnumerableEntity
A sequence of entities to be refreshed.
options  EntityQueryOptions
Provides options when performing the query.
languages  ICollectionString
Filter down the internationalized values to the specified one or more language codes. Set to null to fetch for all available languages.

Return Value

Task

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerableEntity. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also