Click or drag to resize

Board Methods

This is preliminary documentation and is subject to change.

The Board type exposes the following members.

Methods
 NameDescription
Public methodEnumPostsAsync Asynchronously enumerates all the comments on the specified page.
Public methodEnumPostsAsync(PostQueryOptions) Asynchronously enumerates all the comments on the specified page.
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodNewPostAsync(String) Asynchronously adds a new reply to the post.
Public methodNewPostAsync(String, String) Asynchronously adds a new reply to the post.
Public methodNewPostAsync(String, String, IEnumerableString) Asynchronously adds a new reply to the post.
Public methodNewPostAsync(String, String, PostCreationOptions) Asynchronously adds a new reply to the post.
Public methodNewPostAsync(String, String, IEnumerableString, PostCreationOptions) Asynchronously adds a new reply to the post.
Public methodNewPostAsync(String, String, IEnumerableString, PostCreationOptions, CancellationToken) Asynchronously adds a new reply to the post.
Public methodRefreshAsync 
Public methodRefreshAsync(CancellationToken) Asynchronously refreshes the basic information of current board.
Public methodToStringReturns a string that represents the current object.
(Overrides ObjectToString)
Top
See Also