Out |
The OutProcessServer type exposes the following members.
| 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) |