| EntityRefreshAsync(EntityQueryOptions, ICollectionString) Method |
This is preliminary documentation and is subject to change.
Refreshes the entity information from Wikibase site.
Namespace: WikiClientLibrary.WikibaseAssembly: WikiClientLibrary.Wikibase (in WikiClientLibrary.Wikibase.dll) Version: 0.9.0-int.2+447d1d590e6726b7881f750a0a0e42908f3e417e
Syntax public Task RefreshAsync(
EntityQueryOptions options,
ICollection<string>? languages
)
Public Function RefreshAsync (
options As EntityQueryOptions,
languages As ICollection(Of String)
) As Task
Dim instance As Entity
Dim options As EntityQueryOptions
Dim languages As ICollection(Of String)
Dim returnValue As Task
returnValue = instance.RefreshAsync(options,
languages)
public:
Task^ RefreshAsync(
EntityQueryOptions options,
ICollection<String^>^ languages
)
member RefreshAsync :
options : EntityQueryOptions *
languages : ICollection<string> -> Task
Parameters
- options EntityQueryOptions
- The options, including choosing the fields to fetch
- 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
TaskSee Also