Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7633129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T06:47:53+00:00 2026-05-31T06:47:53+00:00

Simple question: How does this translate to VB.Net Dispatcher.BeginInvoke(() => listening = false); listening

  • 0

Simple question: How does this translate to VB.Net

Dispatcher.BeginInvoke(() => listening = false);

listening is a variable on the class (boolean). Converters online didn’t help and what we’ve come up didn’t compile:

Dispatcher.BeginInvoke(Function(listening) listening = False)

Any help would be appreciated.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T06:47:54+00:00Added an answer on May 31, 2026 at 6:47 am

    In a c# lambda like:

    () => listening = false
    

    the empty parentheses means that the lambda takes no parameters. And since Dispatcher.BeginInvoke takes an Action, having no return value, in VB this would be a Sub, not a Function:

    Sub() listening = False
    

    so you’d have:

    Dispatcher.BeginInvoke(Sub() listening = False)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Simple question - what does this actually do? var oq = (ObjectQuery<TEntity>)L2EQuery; return ExecuteFirstorDefault<TEntity>(oq,
this is a simple question: does Silverlight (3.0?) support this kind of encoding? Encoding
everybody! I have a simple question. What does this line do? trap exec 1>&6
A simple question: Why does this the first code work but the seemingly identical
simple question: Does adding something like this to a query hurt performance in mysql
This is a simple question: Does freeRTOS handla multiple threads in multiple processes as
I have a simple question. Why does this not work? type Test1() = member
Simple question... Why does this release crash my app when I click on a
Simple question for you guys. What does this line replace? .replace(/ /g,'+')
this is a simple question... Does this method can be refactored? def sum total

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.