ServerProcessing Enumeration
.NET Framework (current version)
Indicates the status of the server message processing.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| Async | The call was dispatched asynchronously, which indicates that the sink must store response data on the stack for later processing. | |
| Complete | The server synchronously processed the message. | |
| OneWay | The message was dispatched and no response can be sent. |
.NET Framework
Available since 1.1
Available since 1.1
Show: