RuyiNetTaskResponse Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
public class RuyiNetTask<Response> : RuyiNetTaskBase
[Missing <typeparam name="Response"/> documentation for "T:Ruyi.SDK.Online.RuyiNetTask`1"]
The RuyiNetTaskResponse type exposes the following members.
Name | Description | |
---|---|---|
RuyiNetTaskResponse |
Creates a Task.
|
Name | Description | |
---|---|---|
Callback |
The callback that will be called when the task completes.
| |
Completed |
A flag to indicate whether or not the task is completed.
(Inherited from RuyiNetTaskBase.) |
Name | Description | |
---|---|---|
Execute |
Runs the task.
(Overrides RuyiNetTaskBaseExecute.) | |
OnResponse |
Parses the response and calls the callback.
(Overrides RuyiNetTaskBaseOnResponse.) |