Buy Questpond's video subscriptions on
huge discount
.
Online: 2228
Home
Articles
Interviews
Forums
For Beginners
Popular Questions
ITIL Career Advice
PMP Career Advice
Career Advices
Codes
Videos
ASP.NET
ASP.NET MVC
Android Intel XDK
Sql Server
AngularJS
Bootstrap
Backbone.JS
MongoDB
LESS (CSS)
jQuery
WPF
WWF
SSIS
LightSwitch
Tutorials
News
ASP.NET MVC
|
Be Interview Ready
|
Top Performers
|
DNF MVP
|
Top Posts
|
Winners
|
Subscribe
|
Catalogs
Welcome Guest !
Register
Login
Home
>
Interviews
>
WCF
>
Loading ...
Is the below code correct :-
[ServiceContract]
interface IMyContract
{
[OperationContract(IsOneWay = true)]
int MyMethod( );
}
Posted by
Akiii
on 5/17/2012 | Category:
WCF Interview questions
| Views: 5897 |
Points: 40
Post
|
Interview FAQs
|
Exclusive Questions
|
Interview Home
Answer:
No, there should be no reply associated with a one-way operation. In the above an integer value is returned even though the
IsOneWay
property is true !
Thanks and Regards
Akiii
|
Alert Moderator
Bookmark It
< Previous :
What is Sessionful Services in WCF One Way Contrac ...
Next > :
In WCF, while using one way contract, suppose a cl ...
Comments or Responses
Login to post response
More Interview Questions by Akiii
In WCF, while using one way contract, suppose a client invokes a metho ...
In WCF, what is the default value of IsOneWay property ?
How is WCF One Way Contract is implemented ?
What is the most primary reason to use WCF One Way Contract ?
Explain in brief, WCF One Way Contract ?
How will you access the Application object value in a different page ?
How to lock an Application object variable so that multiple page reque ...
How will you store a data in Application Object ?
Latest Interview Questions
Which two methods are used for handling Cross-Domain Ajax Calls ?
How to get First Day date and Last day Date of the current week.
How will you call non-abstract methods of an abstract class in derived ...
What is knockout ?
What is Search Server and Search Server Express ?
what is NuGet ?
What is CLS-Compliant?
What are the syntax rules of XQuery?
More ...