ServerProcessing Enumeration

 

Indicates the status of the server message processing.

Namespace:   System.Runtime.Remoting.Channels
Assembly:  mscorlib (in mscorlib.dll)

[SerializableAttribute]
[ComVisibleAttribute(true)]
public enum class ServerProcessing

Member nameDescription
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.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: