mscorlib(4.0.0.0) API with additions
ServerProcessing.cs
1
using
System
.
Runtime
.
InteropServices
;
2
3
namespace
System.Runtime.Remoting.Channels
4
{
6
[
Serializable
]
7
[ComVisible(
true
)]
8
public
enum
ServerProcessing
9
{
11
Complete
,
13
OneWay,
15
Async
16
}
17
}
System.Runtime.InteropServices
Definition:
_Activator.cs:1
System.Runtime
Definition:
AssemblyTargetedPatchBandAttribute.cs:1
System
Definition:
__Canon.cs:3
System.Runtime.Remoting.Channels.ServerProcessing
ServerProcessing
Indicates the status of the server message processing.
Definition:
ServerProcessing.cs:8
System.Runtime.Remoting.Channels
Definition:
ADAsyncWorkItem.cs:5
System.Runtime.Remoting.Channels.ServerProcessing.Complete
The server synchronously processed the message.
System.Reflection.TypeAttributes.Serializable
Specifies that the class can be serialized.
All cs
System.Runtime.Remoting.Channels
ServerProcessing.cs
Generated by
1.8.15