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 3978484
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T05:03:11+00:00 2026-05-20T05:03:11+00:00

See I have this sample code _service.GetCustomers((customers, error) => { if (error != null)

  • 0

See I have this sample code

_service.GetCustomers((customers, error) =>
          {
             if (error != null)
             {                     
                MessageBox.Show(error.Message);
                return;
             }

             Customers = new ObservableCollection<CustomerViewModel>(customers);
             IsBusy = false;
          });

If I were to make a similar function call to another function which accepts more parameters how would that be. The function definition is like this

GetCustomers(DateTime sTime, int ID,  Action<IEnumerable<CustomerViewModel>, Exception> callback)

So how would the above function be invoked using the lambda expression?

  • 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-20T05:03:12+00:00Added an answer on May 20, 2026 at 5:03 am

    The lambda expression is shorthand for an anonymous delegate which was introduced in C# 2.0 Action<T> and its siblings are generic delegates. Whenever you see an parameter of type Action<T> you can replace it with a lambda taking equivalent parameters. In this case it would be

    service.GetCustomers(sometime, someId, (viewmodels, exception)=>{/*handle callback here*/});
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have see code like this Dim s as something = new something Dim
I have this code below. As you can see I am passing two variables
I have this control (see picture). I like when check one option in this
I have this strange issue with my web app. You see, I'm using jQuery
So I have this page here: http://www.eminentmedia.com/development/powercity/ As you can see when you mouse
So, I have this situation where I need to see if an object is
Edit: I have solved this by myself. See my answer below I have set
I have just seen this // Check to see if the request is a
see this demo from jquery ui you have to hold down the Ctrl key
I have something that looks like this: As you can see, Blambo is a

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.