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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:17:49+00:00 2026-05-25T20:17:49+00:00

I have a service WCF interface: [ServiceContract(Namespace = net.pipe://QFX_DLL/TradingService)] public interface IGenericTradingInterface { [OperationContract]

  • 0

I have a service WCF interface:

[ServiceContract(Namespace = "net.pipe://QFX_DLL/TradingService")]
public interface IGenericTradingInterface  {

    [OperationContract]
    void GetServerInformation(out ServerAttributes attributes);
}

The host for this is up and running correct. I create the client proxy object with svcutil as follows:

svcutil.exe /language:cs /out:generatedProxy.cs /config:app.config net.pipe://localhost/QFX_DLL/mex /async /tcv:Version35

The generated proxy for the async call looks like this:

public void GetServerInformationAsync()
{
    this.GetServerInformationAsync(null);
}

As you see, the out parameter attributes is completely missing! The non-async methods look fine.
With this declaration of GetServerInformationAsync I can’t get the result back.
What’s going on here?

  • 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-25T20:17:50+00:00Added an answer on May 25, 2026 at 8:17 pm

    The out parameter (and any results) will be in the EventArgs class which is passed to the event which is fired when GetServerInformation completes (likely GetServerInformationCompleted). The property name will be either Result (which is likely the case in an operation returning only 1 value) or the parameter name (attributes).

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

Sidebar

Related Questions

We have an existing ServiceContract [ServiceContract(Namespace = http://somesite.com/ConversationService)] public interface IConversationService { [OperationContract(IsOneWay =
I have a WCF Service exposing a single contract and operation: <ServiceContract(Namespace:=ImageSystem)> _ Public
I have a WCF service and methods are exposed as below: public interface IService
I have a WCF service defined like this: [ServiceContract(Namespace = http://AttributeServiceNameSpace, Name = AttributeServiceName1)]
I have a WCF webservice that has the following service contract [ServiceContract(Namespace = http://example.org)]
How many ServiceContracts can a WCF service have? Specifically, since a ServiceContract is an
I have a WCF service that I have to reference from a .net 2.0
I have created a WCF VB.Net Soap service. The service compiles and runs, but
In a WCF application we have a servicecontract with attributes: namespace We.Work { [ServiceContract(Namespace
I have a WCF service which exposes a Generic interface (and the service has

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.