System.Runtime.Remoting.Channels.ServerProcessing Enumeration

Assembly: Mscorlib.dll
Namespace: System.Runtime.Remoting.Channels
Summary
Indicates the status of the server message processing.
C# Syntax:
[Serializable]
public enum ServerProcessing
See also:
System.Runtime.Remoting.Channels Namespace

System.Runtime.Remoting.Channels.ServerProcessing Member List:

Public Fields
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.

Hierarchy:


Top of page

Copyright (c) 2002 Microsoft Corporation. All rights reserved.