Question:You write a WCF service. You wish to indicate that a method of the service never returns
a message. Rather, it is meant to be called with the assumption that no message
will be returned. Which parameter of the OperationContract class should you use?
A IsOneWay
B AsyncPattern
C IsInitiating
D ReplyAction
+ AnswerA
+ Report