Indicates the status of the server message processing.
Syntax
[System.Runtime.InteropServices.ComVisible(true)]
public enum ServerProcessing
Remarks
Members
| 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.
|
Requirements
Namespace: System.Runtime.Remoting.Channels
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0