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

  • Home
  • SEARCH
  • 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 341589
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 12, 20262026-05-12T10:43:23+00:00 2026-05-12T10:43:23+00:00

In this case, is it bad to subscribe to the proxy CloseCompleted event? public

  • 0

In this case, is it bad to subscribe to the proxy CloseCompleted event?

public static void Close(this MyWCFServiceClient proxy)
{
            proxy.CloseCompleted += (o, e) =>
            {
                if (e.Error != null)
                    proxy.Abort();
            };

            proxy.CloseAsync();
}

when the proxy is no longer referenced by any code, will it still get garbage collected, or does the event subscription in the extension method hang around holding a reference to proxy?

  • 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-12T10:43:23+00:00Added an answer on May 12, 2026 at 10:43 am

    I wouldn’t say it is bad practice, but in the general case it should probably be obvious that this is going to happen, i.e. clearly documented in the /// markup. However, in this case we are talking about the death of an object – so the caller probably isn’t expecting to do much with the object after calling the method. I would also want to make it clear (perhaps in the method name) that this is async.

    Re garbage-collection; events keep the subscriber alive; not the publisher. If proxy is eligible, then it will be collected. The anonymous method doesn’t seem to access any captured scope (except for proxy itself) – so there is nothing interesting to keep alive anyway (except for the delegate instance itself).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Consider this case: dll = LoadDLL() dll->do() ... void do() { char *a =
I think in this case there is no need to declare a public constructor
Imagine this case where I have an object that I need to check a
I ran across this case of UnboundLocalError recently, which seems strange: import pprint def
I think I know how to handle this case, but I just want to
I installed Visual Studio (Web Developer in this case) Express Edition and was reading
If I am debugging (in this case a Visual Studio assembly called by Excel)
What is the best way to free resources (in this case unlock the ReadWriteLock)
What is the regular expression to match strings (in this case, file names) that
I wish to store URLs in a database (MySQL in this case) and process

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.