Click or drag to resize

OutProcessServer Methods

The OutProcessServer type exposes the following members.

Methods
 NameDescription
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodStartAsync 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.
Public methodStopAsync 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.
Public methodToString
(Inherited from Object)
Top
See Also