Board Methods |
This is preliminary documentation and is subject to change.
The Board type exposes the following members.
| Name | Description | |
|---|---|---|
| EnumPostsAsync | Asynchronously enumerates all the comments on the specified page. | |
| EnumPostsAsync(PostQueryOptions) | Asynchronously enumerates all the comments on the specified page. | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| NewPostAsync(String) | Asynchronously adds a new reply to the post. | |
| NewPostAsync(String, String) | Asynchronously adds a new reply to the post. | |
| NewPostAsync(String, String, IEnumerableString) | Asynchronously adds a new reply to the post. | |
| NewPostAsync(String, String, PostCreationOptions) | Asynchronously adds a new reply to the post. | |
| NewPostAsync(String, String, IEnumerableString, PostCreationOptions) | Asynchronously adds a new reply to the post. | |
| NewPostAsync(String, String, IEnumerableString, PostCreationOptions, CancellationToken) | Asynchronously adds a new reply to the post. | |
| RefreshAsync | ||
| RefreshAsync(CancellationToken) | Asynchronously refreshes the basic information of current board. | |
| ToString | Returns a string that represents the current object. (Overrides ObjectToString) |