_handle(std::move(other._handle))
// Start a thread, execute operation in it, continue execution of current context. //C++ TO C# CONVERTER TODO TASK: Only lambda expressions having all locals passed by reference can be converted to C#: //ORIGINAL LINE: RemoteContext(Dispatcher& d, System.Func<T>&& operation) : dispatcher(d), event(d), procedure(std::move(operation)), future(System::Detail::async<T>([this] public RemoteContext(Dispatcher & d, Func<T>&& operation) : dispatcher(d), event(d), procedure(std::move(operation)), future(System.Detail.async<T>(() =>