Modify Post() method of CoreApplication and CoreTask (#4671)
authorhjhun <36876573+hjhun@users.noreply.github.com>
Tue, 18 Oct 2022 04:14:52 +0000 (13:14 +0900)
committerGitHub <noreply@github.com>
Tue, 18 Oct 2022 04:14:52 +0000 (13:14 +0900)
commit24352ef5ed44258821fabd1e819206b23c24f0fd
tree4ab29f10e46a0e8e95ec9bc18304ada487fff2b0
parent4118483021857a8134412bc25920aa1e5ec6dd2c
Modify Post() method of CoreApplication and CoreTask (#4671)

The static keyword is added to the methods.
The runner of the CoreApplication.Post() method will be delivered to
the UI thread if the application uses the UI thread App Model.
The runner of the CoreTask.Post() method will be delivered to the main thread.

Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/Tizen.Applications.Common/Tizen.Applications/CoreApplication.cs
src/Tizen.Applications.Common/Tizen.Applications/CoreTask.cs