Loading...
Searching...
No Matches
◆ invoke() [4/6]
virtual std::optional< object_ref > xtd::isynchronize_invoke::invoke |
( |
delegate< void()> |
value | ) |
|
|
virtual |
Synchronously executes the delegate on the thread that created this object and marshals the call to the creating thread.
- Parameters
-
method | A xtd::delegate that contains a method to call, in the context of the thread for the control. |
- Returns
- An xtd::object that represents the return value from the delegate being invoked, or null if the delegate has no return value.
Implements xtd::isynchronize_invoke.