Method | Description | |
---|---|---|
CloseTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task | ||
CloseTopicSync ( int groupId, int topicId ) : void | ||
DeleteComment ( int groupId, int topicId, int commentId ) : System.Threading.Tasks.Task | ||
DeleteCommentSync ( int groupId, int topicId, int commentId ) : void | ||
DeleteTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task | ||
DeleteTopicSync ( int groupId, int topicId ) : void | ||
FixTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task | ||
FixTopicSync ( int groupId, int topicId ) : void | ||
RestoreComment ( int groupId, int topicId, int commentId ) : System.Threading.Tasks.Task | ||
RestoreCommentSync ( int groupId, int topicId, int commentId ) : void | ||
UnfixTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task | ||
UnfixTopicSync ( int groupId, int topicId ) : void |
Method | Description | |
---|---|---|
MethodGroup_Board ( |
public CloseTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task | ||
groupId | int | |
topicId | int | |
return | System.Threading.Tasks.Task |
public CloseTopicSync ( int groupId, int topicId ) : void | ||
groupId | int | |
topicId | int | |
return | void |
public DeleteComment ( int groupId, int topicId, int commentId ) : System.Threading.Tasks.Task | ||
groupId | int | |
topicId | int | |
commentId | int | |
return | System.Threading.Tasks.Task |
public DeleteCommentSync ( int groupId, int topicId, int commentId ) : void | ||
groupId | int | |
topicId | int | |
commentId | int | |
return | void |
public DeleteTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task | ||
groupId | int | |
topicId | int | |
return | System.Threading.Tasks.Task |
public DeleteTopicSync ( int groupId, int topicId ) : void | ||
groupId | int | |
topicId | int | |
return | void |
public FixTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task | ||
groupId | int | |
topicId | int | |
return | System.Threading.Tasks.Task |
public FixTopicSync ( int groupId, int topicId ) : void | ||
groupId | int | |
topicId | int | |
return | void |
public RestoreComment ( int groupId, int topicId, int commentId ) : System.Threading.Tasks.Task | ||
groupId | int | |
topicId | int | |
commentId | int | |
return | System.Threading.Tasks.Task |
public RestoreCommentSync ( int groupId, int topicId, int commentId ) : void | ||
groupId | int | |
topicId | int | |
commentId | int | |
return | void |
public UnfixTopic ( int groupId, int topicId ) : System.Threading.Tasks.Task | ||
groupId | int | |
topicId | int | |
return | System.Threading.Tasks.Task |
public UnfixTopicSync ( int groupId, int topicId ) : void | ||
groupId | int | |
topicId | int | |
return | void |