Click or drag to resize

DiscussionsExtensionsRefreshAsync(IEnumerablePost) Method

This is preliminary documentation and is subject to change.

Refreshes the post content from the server.

Namespace: WikiClientLibrary.Wikia.Discussions
Assembly: WikiClientLibrary.Wikia (in WikiClientLibrary.Wikia.dll) Version: 0.9.0-int.3+0a73c45f0c78941900e328c6c6b819597b665e00
Syntax
public static Task RefreshAsync(
	this IEnumerable<Post> posts
)

Parameters

posts  IEnumerablePost
The posts to be refreshed.

Return Value

Task

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IEnumerablePost. 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).
Remarks
This method will not fetch replies for the posts. Replies will remain unchanged after the invocation.
See Also