Out |
public class OutProcessServer
The OutProcessServer type exposes the following members.
| Name | Description | |
|---|---|---|
| OutProcessServer | Constructs an out-of-process server. |
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object) | |
| Finalize | (Inherited from Object) | |
| GetHashCode | (Inherited from Object) | |
| GetType | (Inherited from Object) | |
| MemberwiseClone | (Inherited from Object) | |
| StartAsync | Requests the start of the server's background message processing thread and provides a way for the caller to await the server reaching the started state. Note that the server is considered 'started' when it it reaches the state of waiting to accept a connection, not when a client connection is made at some random later time. | |
| StopAsync | Issue a request to stop the server. There will be an unpredictable delay before the server actually stops. The ServerStopped event will be raised when the server has stopped. | |
| ToString | (Inherited from Object) |
| Name | Description | |
|---|---|---|
| StateChanged | Parent apps can listen to this event to receive notifications of change of state of the server, and to receive notification of the arrival of a string message from the client. |