In |
public enum InProcessEventType
| Member name | Value | Description |
|---|---|---|
| ServerStarted | 0 | The in-process server has started listening for client messages. |
| ServerStopped | 1 | The in-process server has stopped listening for client messages. |
| ClientStarted | 2 | The in-process client has started listening for server messages. |
| ClientStopped | 3 | The in-process client has stopped listening for server messages. |
| Received | 4 | The in-process server or client has received a message. |