If the service operation returns void, what is the message
exchange pattern? Is the client waiting the operation to be
completed in this case?
Answer / sukanta
The default behavior of a service operation is the request-reply pattern. In a request-reply pattern, the client waits for the reply message, even if the service operation is represented in code as a void method. With a one-way operation, only one message is transmitted. The receiver does not send a reply message, nor does the sender expect one.
Is This Answer Correct ? | 0 Yes | 1 No |
What is Attached property?
How to detect clone code in visual studio?
what are the command utility 's using in fail over cluster?
What is Kerberos? Which version is currently used by Windows? How does Kerberos work?
What are FMSO Roles? List them...
What is CPU (Central Processing Unit)
While server generating the patches . that time server pull or push the resources?
What is Search Engine ?
Why dint delete the index.bat file in system?
Provide some Vlookup Examples?
What is the maximum number of fields of data form, can be displayed in a worksheet of MS Excel Program? (a)16; (b)24; (c)32; (d)48.
Explain why do we use option explicit?