No announcements
Found 2812429 threads
-
0 Votes
Web service with multiple interfaces and overloaded methods
Thank you for helping. It seems like it has to do with my settings in one or both of my configurations files. I am testing this web service locally ...Answered | 7 Replies | 1320 Views | Created by GSan1 - Monday, February 17, 2014 3:39 PM | Last reply by RKPatrick - Monday, February 17, 2014 9:06 PM -
0 Votes
Interfaces vs overloaded methods
The first using of Interfaces that come up in peoples mind is "use it whenever you have multiple implementations for the same class" Well, dont ...Answered | 2 Replies | 5018 Views | Created by Bruce One - Sunday, October 29, 2006 8:37 PM | Last reply by The Real Glenn Block - Monday, October 30, 2006 7:59 AM -
0 Votes
WCF client consuming Java web service with overloaded methods
Is there a way how to modify the WCF client’s references file to support overloaded methods from the Java web service? I noticed that simply renaming the ...Answered | 5 Replies | 6638 Views | Created by Jiri Banas - Thursday, March 18, 2010 5:35 PM | Last reply by Dominique Vonderwell - Friday, August 6, 2010 9:22 AM -
0 Votes
Static Overloaded Methods
For the VS 2005 style, the "S" icon for the static overloaded methods does not appear on the Members page. Is this a known ...Unanswered | 0 Replies | 4281 Views | Created by Paul Selormey - Tuesday, April 10, 2007 12:52 AM | Last reply by Paul Selormey - Tuesday, April 10, 2007 12:52 AM -
0 Votes
Inherited overloaded methods do not appear overloaded
methods TestMethod. ... and now the bug: If we create a new class that inherits from the class containing those two ...Unanswered | 0 Replies | 4201 Views | Created by Stephan Smetsers - Wednesday, March 14, 2007 10:41 PM | Last reply by Stephan Smetsers - Wednesday, March 14, 2007 10:43 PM -
0 Votes
Overloaded methods with generics problem
I am trying to use some overloaded methods within a generic class method and have the parameter type choose the proper overloaded method. I feel like ...Answered | 2 Replies | 4694 Views | Created by James Risinger - Thursday, April 13, 2006 10:43 PM | Last reply by James Risinger - Friday, April 14, 2006 5:15 PM -
0 Votes
Interfaces and static methods
Hello Friend, The solution I can prefer is following: 1) Use the business logic classes with instance methods. 2) Let the ...Answered | 3 Replies | 3180 Views | Created by Srdjan_Njiric - Tuesday, January 25, 2011 8:52 AM | Last reply by Srdjan_Njiric - Wednesday, January 26, 2011 7:25 AM -
2 Votes
Overloaded methods is not allowed?
I've defined a overloaded methods in interface, and it throw exception when I start the service host. Exception: Cannot have two operations in ...Answered | 3 Replies | 7524 Views | Created by Barry Kwok - Monday, November 20, 2006 9:42 AM | Last reply by paburgos - Tuesday, August 26, 2008 12:14 AM -
0 Votes
WCF service with multiple interfaces and multiple endpoints
that methods from jquery/javascript and it should return a data contract in different format when called from web/desktop server side code. that's why I put two ...Answered | 3 Replies | 13226 Views | Created by Muhammad Imran afzal - Wednesday, March 23, 2011 8:16 AM | Last reply by Dennis van de Laar - Thursday, March 24, 2011 7:54 AM -
1 Votes
Documenting overloaded methods and Sandcastle
I'm a bit of a newbie using Sandcastle, so please bear with me. I'm at a lost. I cannot find out how to document the collection of overloaded methods. ...Answered | 17 Replies | 14985 Views | Created by Sweeps78 - Wednesday, November 8, 2006 3:22 PM | Last reply by DanyR - Wednesday, August 10, 2011 7:44 AM -
0 Votes
Two interfaces with same methods
I have two interfaces with methods having same names and parameters. In a class I implements these two interfaces. Method from which interface will be ...Answered | 7 Replies | 9099 Views | Created by OldEnthusiast - Tuesday, April 29, 2008 2:16 PM | Last reply by - Wednesday, November 7, 2012 7:45 AM -
0 Votes
Implementing Interfaces with Duplicate Methods
How do you define a class that implements two interfaces where each interface has an Init method? How do specify which Init implementation goes with which ...Answered | 1 Replies | 3696 Views | Created by Jerry Camel - Tuesday, April 7, 2009 6:26 PM | Last reply by Nishant Sivakumar - Tuesday, April 7, 2009 6:34 PM -
0 Votes
CallExternalMethod: Ambigious match / Overloaded methods
Hi, This is a known issue with Workflow Foundation. Overloaded methods are not supported with ExternalDataExchange. The solution is not to use ...Answered | 1 Replies | 3086 Views | Created by Taoufik Zammou - Wednesday, August 16, 2006 9:36 AM | Last reply by Steve Danielson - Monday, August 21, 2006 2:28 PM -
5 Votes
internal class methods and interfaces
issues with the GC from this - the GC doesn't really care or even know about interfaces, including IDisposable. All it knows about are object references, and whether ...Answered | 7 Replies | 3233 Views | Created by soconne - Wednesday, June 3, 2009 5:46 PM | Last reply by nobugz - Sunday, June 7, 2009 8:05 PM -
0 Votes
WEB API with Multiple Post Methods
Hi Is this possible to have multiple post methods in a web controller? I get an error on doing ...Answered | 1 Replies | 12549 Views | Created by PoshDeveloper - Monday, October 27, 2014 10:30 AM | Last reply by Shawn Zhao - Tuesday, October 28, 2014 3:20 AM -
0 Votes
Common documentation for overloaded methods?
Hey Eric, The reason that I didn't do it that way is because I have multiple projects, each with it's own ...Answered | 6 Replies | 4972 Views | Created by Karlo - Friday, September 1, 2006 8:14 AM | Last reply by William Bosacker - Thursday, November 1, 2007 8:13 PM -
0 Votes
Access methods from interfaces
.Here I can see the namespace and interfaces and classes but whiel trying to access methods declared within interfaces list remains ...Answered | 1 Replies | 4045 Views | Created by Rahul_M - Monday, June 6, 2011 7:36 AM | Last reply by Narendran Ponpandiyan - Monday, June 6, 2011 9:52 AM -
1 Votes
XML Documentation for overloaded methods
each overloaded method. If I want to change the description of "isGood", I'd have to change it two different places. This seems very primitive. So, Is there some ...Answered | 1 Replies | 4350 Views | Created by DanThMan - Friday, September 12, 2008 11:45 PM | Last reply by CoolDadTx - Sunday, September 14, 2008 8:21 PM -
0 Votes
Single app with both Web and WCF service interfaces?
have added the service as a ServiceReference to the client, but it crashes when I try to call any of the methods in the proxy. And I still haven't confirmed that the WCF ...Answered | 3 Replies | 3169 Views | Created by Steve Hines - Friday, September 12, 2008 12:05 AM | Last reply by Dan Rigsby - Saturday, September 13, 2008 1:38 AM -
0 Votes
Multiple Interfaces in one WCF service
Hello Pieter, thank you very much for your help. I just tried my little demo with multiple serviceHosts using the same port and it ...Answered | 2 Replies | 4961 Views | Created by Rainer Queck - Monday, March 21, 2011 8:07 AM | Last reply by Rainer Queck - Monday, March 21, 2011 10:23 AM - Items 1 to 20 of 2812429 Next ›
No announcements