mscorlib(4.0.0.0) API with additions
ServerProcessing.cs
2 
4 {
7  [ComVisible(true)]
8  public enum ServerProcessing
9  {
11  Complete,
13  OneWay,
15  Async
16  }
17 }
Definition: __Canon.cs:3
ServerProcessing
Indicates the status of the server message processing.
The server synchronously processed the message.
Specifies that the class can be serialized.