ResponseOptions Enum
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview
This enumeration is used internally by the remoting framework to determine whether a given function call will return a response message or not.
This is relevant for asynchronous calls, where servers might decide to not return a response to the client to save on network traffic.
This will be expanded upon once asynchronous calls are implemented for .NET.
Namespace
Declaration (C#)
public enum ResponseOptions { roDefault = 0, roNoResponse = 1 }
Members
| | |
|---|---|
| roDefault | Prevent the response from being sent to the asynchronous client. |
| roNoResponse | Do the default processing for the response for asynchronous clients. |
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | RemObjects SDK | Architecture | Enum | .NET
