RuyiNetPlatformTaskResponse Class |
[This is preliminary documentation and is subject to change.]
Namespace: Ruyi.SDK.Online
public class RuyiNetPlatformTask<Response> : RuyiNetTask<Response>
The RuyiNetPlatformTaskResponse type exposes the following members.
| Name | Description | |
|---|---|---|
| RuyiNetPlatformTaskResponse |
Creates a platform task.
|
| Name | Description | |
|---|---|---|
| Callback |
The callback that will be called when the task completes.
(Inherited from RuyiNetTaskResponse.) | |
| Completed |
A flag to indicate whether or not the task is completed.
(Inherited from RuyiNetTaskBase.) |
| Name | Description | |
|---|---|---|
| Execute |
Switch to the RUYI platform and run the task.
(Overrides RuyiNetTaskResponseExecute.) | |
| OnResponse |
Parses the response and calls the callback.
(Inherited from RuyiNetTaskResponse.) |